Index: content/shell/browser/shell_javascript_dialog_gtk.cc |
diff --git a/content/shell/shell_javascript_dialog_gtk.cc b/content/shell/browser/shell_javascript_dialog_gtk.cc |
similarity index 95% |
rename from content/shell/shell_javascript_dialog_gtk.cc |
rename to content/shell/browser/shell_javascript_dialog_gtk.cc |
index 9ba05fc3d7dd6d9e7ea25cb44e13ec7562733547..2caa13088b2ccf0bc831134722ebd1b9f81c7b69 100644 |
--- a/content/shell/shell_javascript_dialog_gtk.cc |
+++ b/content/shell/browser/shell_javascript_dialog_gtk.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/shell/shell_javascript_dialog.h" |
+#include "content/shell/browser/shell_javascript_dialog.h" |
#include <gtk/gtk.h> |
@@ -10,8 +10,8 @@ |
#include "base/strings/string_util.h" |
#include "base/strings/utf_string_conversions.h" |
#include "content/shell/app/resource.h" |
-#include "content/shell/shell.h" |
-#include "content/shell/shell_javascript_dialog_manager.h" |
+#include "content/shell/browser/shell.h" |
+#include "content/shell/browser/shell_javascript_dialog_manager.h" |
namespace { |