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

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: Push gfx::AcceleratedWidget usage into platform specific code. 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
« no previous file with comments | « wm/shell/shell_main_parts.h ('k') | wm/test/test_shell_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 74%
copy from ash/shell/shell_main_parts.cc
copy to wm/shell/shell_main_parts.cc
index 739950308bfe2055492acc9fc391e6b75f07b682..872fce342e2f86d5995ae4b2836007837d4b08a9 100644
--- a/ash/shell/shell_main_parts.cc
+++ b/wm/shell/shell_main_parts.cc
@@ -1,14 +1,14 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright (c) 2013 The Chromium Authors. All rights reserved.
// 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
« no previous file with comments | « wm/shell/shell_main_parts.h ('k') | wm/test/test_shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698