blob: 5ded67cf2853a924e968c0ac4e3fb51a62fcd4ae [file] [log] [blame]
[email protected]de7d61ff2013-08-20 11:30:411// Copyright 2013 The Chromium Authors. All rights reserved.
[email protected]7fc83822012-03-30 19:53:292// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
[email protected]de7d61ff2013-08-20 11:30:415#include "content/shell/browser/shell_javascript_dialog.h"
[email protected]7fc83822012-03-30 19:53:296
Avi Drissmane04d3992017-10-05 15:11:367#include <utility>
8
[email protected]21aa99682013-06-11 07:17:019#include "base/strings/string_util.h"
Jan Wilken Dörrie86069892021-02-23 17:09:1310#include "base/strings/utf_string_conversions.h"
[email protected]993951d2013-05-08 21:37:0211#include "content/shell/app/resource.h"
[email protected]de7d61ff2013-08-20 11:30:4112#include "content/shell/browser/shell.h"
13#include "content/shell/browser/shell_javascript_dialog_manager.h"
[email protected]7fc83822012-03-30 19:53:2914
15namespace content {
16
17class ShellJavaScriptDialog;
18
[email protected]be2510c02012-05-28 14:52:14