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

Unified Diff: ui/gfx/win/singleton_hwnd.h

Issue 23769011: Move a bunch of windows stuff from ui/base/win to ui/gfx/win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moar bustage. Created 7 years, 3 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 | « ui/gfx/win/scoped_set_map_mode.h ('k') | ui/gfx/win/singleton_hwnd.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/win/singleton_hwnd.h
diff --git a/ui/base/win/singleton_hwnd.h b/ui/gfx/win/singleton_hwnd.h
similarity index 89%
rename from ui/base/win/singleton_hwnd.h
rename to ui/gfx/win/singleton_hwnd.h
index a84b6c0b19b17670f349ee7ba45c0b2588c880ba..96af6e792056923fddd38467c3c3efbaf9c076a9 100644
--- a/ui/base/win/singleton_hwnd.h
+++ b/ui/gfx/win/singleton_hwnd.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_BASE_WIN_SINGLETON_HWND_H_
-#define UI_BASE_WIN_SINGLETON_HWND_H_
+#ifndef UI_GFX_WIN_SINGLETON_HWND_H_
+#define UI_GFX_WIN_SINGLETON_HWND_H_
#include <windows.h>
#include <vector>
@@ -11,11 +11,11 @@
#include "base/basictypes.h"
#include "base/callback_forward.h"
#include "base/observer_list.h"
-#include "ui/base/win/window_impl.h"
+#include "ui/gfx/win/window_impl.h"
template<typename T> struct DefaultSingletonTraits;
-namespace ui {
+namespace gfx {
// Singleton message-only HWND that allows interested clients to receive WM_*
// notifications.
@@ -56,6 +56,6 @@ class SingletonHwnd : public WindowImpl {
DISALLOW_COPY_AND_ASSIGN(SingletonHwnd);
};
-} // namespace ui
+} // namespace gfx
-#endif // UI_BASE_WIN_SINGLETON_HWND_H_
+#endif // UI_GFX_WIN_SINGLETON_HWND_H_
« no previous file with comments | « ui/gfx/win/scoped_set_map_mode.h ('k') | ui/gfx/win/singleton_hwnd.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698