Index: content/shell/browser/shell_aura.cc |
diff --git a/content/shell/shell_aura.cc b/content/shell/browser/shell_aura.cc |
similarity index 99% |
rename from content/shell/shell_aura.cc |
rename to content/shell/browser/shell_aura.cc |
index b7bf5d050d4a76966afc5bf46a55eb35812ec6d6..62cba6050526d41d04b03564cea08f8f90b7d584 100644 |
--- a/content/shell/shell_aura.cc |
+++ b/content/shell/browser/shell_aura.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.h" |
+#include "content/shell/browser/shell.h" |
#include "base/command_line.h" |
#include "base/strings/utf_string_conversions.h" |
@@ -30,7 +30,7 @@ |
#if defined(OS_CHROMEOS) |
#include "chromeos/dbus/dbus_thread_manager.h" |
-#include "content/shell/minimal_shell.h" |
+#include "content/shell/browser/minimal_shell.h" |
#include "ui/aura/test/test_screen.h" |
#endif |