summaryrefslogtreecommitdiffstats
path: root/views/widget/child_window_message_processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/widget/child_window_message_processor.h')
-rw-r--r--views/widget/child_window_message_processor.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/views/widget/child_window_message_processor.h b/views/widget/child_window_message_processor.h
index 7d4e63e..3490864 100644
--- a/views/widget/child_window_message_processor.h
+++ b/views/widget/child_window_message_processor.h
@@ -9,9 +9,7 @@
#include <windows.h>
namespace app {
-namespace win {
-class ScopedProp;
-}
+class ViewProp;
}
namespace views {
@@ -25,8 +23,8 @@ class ChildWindowMessageProcessor {
public:
// Registers |processor| for |hwnd|. The caller takes ownership of the
// returned object.
- static app::win::ScopedProp* Register(HWND hwnd,
- ChildWindowMessageProcessor* processor);
+ static app::ViewProp* Register(HWND hwnd,
+ ChildWindowMessageProcessor* processor);
// Returns the ChildWindowMessageProcessor for |hwnd|, NULL if there isn't
// one.