blob: f85f2262b29ed16c396c76a79033717d56df4d4f [file] [log] [blame]
[email protected]c5e22aee52012-01-19 16:10:511// Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]c96531e82011-01-26 03:11:142// 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]c96531e82011-01-26 03:11:147
djacobo21e56e02016-07-02 01:14:318#include <string>
9#include <utility>
10#include <vector>
11
[email protected]6684dc8162013-06-03 14:05:0812#include "base/callback.h"
David Benjamin9a5ca912018-03-01 23:23:2913#include "base/memory/scoped_refptr.h"
constantinae4c513e72017-02-07 02:14:1014#include "base/optional.h"
15#include "base/strings/string16.h"
avi