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

Unified Diff: wm/shell/shell_main_parts.h

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.cc ('k') | wm/shell/shell_main_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: wm/shell/shell_main_parts.h
diff --git a/ash/shell/shell_main_parts.h b/wm/shell/shell_main_parts.h
similarity index 54%
copy from ash/shell/shell_main_parts.h
copy to wm/shell/shell_main_parts.h
index c0452e95d31d3007554aca54f6145591f63b5b2f..2f7c7ecbcd67ae1631147db378827498ec716fb9 100644
--- a/ash/shell/shell_main_parts.h
+++ b/wm/shell/shell_main_parts.h
@@ -1,17 +1,17 @@
-// 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.
-#ifndef ASH_SHELL_SHELL_MAIN_PARTS_H_
-#define ASH_SHELL_SHELL_MAIN_PARTS_H_
+#ifndef WM_SHELL_SHELL_MAIN_PARTS_H_
+#define WM_SHELL_SHELL_MAIN_PARTS_H_
-namespace ash {
+namespace wm {
namespace shell {
// Platform initializations prior to the start of the main message loop.
void PreMainMessageLoopStart();
} // namespace shell
-} // namespace ash
+} // namespace wm
-#endif // ASH_SHELL_SHELL_MAIN_PARTS_H_
+#endif // WM_SHELL_SHELL_MAIN_PARTS_H_
« no previous file with comments | « wm/shell/shell_main.cc ('k') | wm/shell/shell_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698