Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1590)

Unified Diff: content/shell/browser/shell_aura.cc

Issue 23316003: [content shell] move browser process stuff into browser/ subdir (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/browser/shell_application_mac.mm ('k') | content/shell/browser/shell_browser_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/shell/browser/shell_application_mac.mm ('k') | content/shell/browser/shell_browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698