[email protected] | c5e22aee5 | 2012-01-19 16:10:51 | [diff] [blame] | 1 | // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | c96531e8 | 2011-01-26 03:11:14 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
5 | #ifndef CHROME_BROWSER_UI_BROWSER_DIALOGS_H_ | ||||
6 | #define CHROME_BROWSER_UI_BROWSER_DIALOGS_H_ | ||||
[email protected] | c96531e8 | 2011-01-26 03:11:14 | [diff] [blame] | 7 | |
djacobo | 21e56e0 | 2016-07-02 01:14:31 | [diff] [blame] | 8 | #include <string> |
9 | #include <utility> | ||||
10 | #include <vector> | ||||
11 | |||||
[email protected] | 6684dc816 | 2013-06-03 14:05:08 | [diff] [blame] | 12 | #include "base/callback.h" |
David Benjamin | 9a5ca91 | 2018-03-01 23:23:29 | [diff] [blame^] | 13 | #include "base/memory/scoped_refptr.h" |
constantina | e4c513e7 | 2017-02-07 02:14:10 | [diff] [blame] | 14 | #include "base/optional.h" |
15 | #include "base/strings/string16.h" | ||||
avi |