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

Unified Diff: chrome_frame/test/win_event_receiver.h

Issue 5971008: move base/object_watcher into base/win and add the win namespace. Fixup calle... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 12 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 | « chrome/service/cloud_print/print_system_win.cc ('k') | chrome_frame/test/win_event_receiver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/win_event_receiver.h
===================================================================
--- chrome_frame/test/win_event_receiver.h (revision 70358)
+++ chrome_frame/test/win_event_receiver.h (working copy)
@@ -12,7 +12,7 @@
#include <utility>
#include "base/linked_ptr.h"
-#include "base/object_watcher.h"
+#include "base/win/object_watcher.h"
struct FunctionStub;
@@ -106,8 +106,8 @@
// The Delegate object is actually a ProcessExitObserver, but declaring
// it as such would require fully declaring the ProcessExitObserver class
// here in order for linked_ptr to access its destructor.
- typedef std::pair<HWND, linked_ptr<base::ObjectWatcher::Delegate> >
- OpenWindowEntry;
+ typedef std::pair<HWND, linked_ptr<base::win::ObjectWatcher::Delegate> >
+ OpenWindowEntry;
typedef std::vector<OpenWindowEntry> OpenWindowList;
struct ObserverEntry {
@@ -121,7 +121,7 @@
// WinEventListener implementation.
virtual void OnEventReceived(
- DWORD event, HWND hwnd, LONG object_id, LONG child_id);
+ DWORD event, HWND hwnd, LONG object_id, LONG child_id);
static std::string GetWindowCaption(HWND hwnd);
« no previous file with comments | « chrome/service/cloud_print/print_system_win.cc ('k') | chrome_frame/test/win_event_receiver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698