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

Unified Diff: extensions/shell/browser/default_shell_app_window_controller.cc

Issue 412713002: Move apps/shell to extensions/shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 40% Created 6 years, 5 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
Index: extensions/shell/browser/default_shell_app_window_controller.cc
diff --git a/apps/shell/browser/default_shell_app_window_controller.cc b/extensions/shell/browser/default_shell_app_window_controller.cc
similarity index 83%
rename from apps/shell/browser/default_shell_app_window_controller.cc
rename to extensions/shell/browser/default_shell_app_window_controller.cc
index 3ec5b6bc848ee067ba4af2efb9f48196de34864b..778bc094218799a98502c7bb788e10c535e75566 100644
--- a/apps/shell/browser/default_shell_app_window_controller.cc
+++ b/extensions/shell/browser/default_shell_app_window_controller.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "apps/shell/browser/default_shell_app_window_controller.h"
+#include "extensions/shell/browser/default_shell_app_window_controller.h"
-#include "apps/shell/browser/shell_app_window.h"
-#include "apps/shell/browser/shell_desktop_controller.h"
#include "base/logging.h"
+#include "extensions/shell/browser/shell_app_window.h"
+#include "extensions/shell/browser/shell_desktop_controller.h"
#include "ui/aura/window.h"
#include "ui/aura/window_tree_host.h"
-namespace apps {
+namespace extensions {
DefaultShellAppWindowController::DefaultShellAppWindowController(
ShellDesktopController* shell_desktop_controller)
@@ -42,4 +42,4 @@ void DefaultShellAppWindowController::CloseAppWindows() {
app_window_.reset();
}
-} // namespace apps
+} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698