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

Unified Diff: content/shell/browser/minimal_shell.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/minimal_shell.h ('k') | content/shell/browser/notify_done_forwarder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/minimal_shell.cc
diff --git a/content/shell/minimal_shell.cc b/content/shell/browser/minimal_shell.cc
similarity index 97%
rename from content/shell/minimal_shell.cc
rename to content/shell/browser/minimal_shell.cc
index 2e9079ed83e46e47a7b27534d4feffb60dd802a9..e7e88f8ab9492ad8c9de97e9e98046cf1a7985ec 100644
--- a/content/shell/minimal_shell.cc
+++ b/content/shell/browser/minimal_shell.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/minimal_shell.h"
+#include "content/shell/browser/minimal_shell.h"
#include "ui/aura/client/default_capture_client.h"
#include "ui/aura/focus_manager.h"
« no previous file with comments | « content/shell/browser/minimal_shell.h ('k') | content/shell/browser/notify_done_forwarder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698