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

Side by Side Diff: ui/views/widget/child_window_message_processor.h

Issue 8598031: views: Move widget/ directory to ui/views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reland for real Created 9 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef VIEWS_WIDGET_CHILD_WINDOW_MESSAGE_PROCESSOR_H_ 5 #ifndef UI_VIEWS_WIDGET_CHILD_WINDOW_MESSAGE_PROCESSOR_H_
6 #define VIEWS_WIDGET_CHILD_WINDOW_MESSAGE_PROCESSOR_H_ 6 #define UI_VIEWS_WIDGET_CHILD_WINDOW_MESSAGE_PROCESSOR_H_
7 #pragma once 7 #pragma once
8 8
9 #include <windows.h> 9 #include <windows.h>
10 10
11 namespace ui { 11 namespace ui {
12 class ViewProp; 12 class ViewProp;
13 } 13 }
14 14
15 namespace views { 15 namespace views {
16 16
(...skipping 21 matching lines...) Expand all
38 WPARAM w_param, 38 WPARAM w_param,
39 LPARAM l_param, 39 LPARAM l_param,
40 LRESULT* result) = 0; 40 LRESULT* result) = 0;
41 41
42 protected: 42 protected:
43 virtual ~ChildWindowMessageProcessor() {} 43 virtual ~ChildWindowMessageProcessor() {}
44 }; 44 };
45 45
46 } // namespace views 46 } // namespace views
47 47
48 #endif // VIEWS_WIDGET_CHILD_WINDOW_MESSAGE_PROCESSOR_H_ 48 #endif // UI_VIEWS_WIDGET_CHILD_WINDOW_MESSAGE_PROCESSOR_H_
OLDNEW
« no previous file with comments | « ui/views/widget/aero_tooltip_manager.cc ('k') | ui/views/widget/child_window_message_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698