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

Unified Diff: wm/shell/shell_main_parts.cc

Issue 11485006: Add window manager component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and add proper use_wm flag support Created 7 years, 10 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: wm/shell/shell_main_parts.cc
diff --git a/ash/shell/shell_main_parts.cc b/wm/shell/shell_main_parts.cc
similarity index 86%
copy from ash/shell/shell_main_parts.cc
copy to wm/shell/shell_main_parts.cc
index 739950308bfe2055492acc9fc391e6b75f07b682..25d9e660a55ed091dec77cf8ef4f70e0b8f28b9b 100644
--- a/ash/shell/shell_main_parts.cc
+++ b/wm/shell/shell_main_parts.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/shell/shell_main_parts.h"
+#include "wm/shell/shell_main_parts.h"
#include "base/i18n/icu_util.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/base/ui_base_paths.h"
-namespace ash {
+namespace wm {
namespace shell {
void PreMainMessageLoopStart() {
@@ -17,5 +17,5 @@ void PreMainMessageLoopStart() {
ResourceBundle::InitSharedInstanceWithLocale("en-US", NULL);
}
-} // namespace ash
+} // namespace wm
} // namespace shell

Powered by Google App Engine
This is Rietveld 408576698