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

Unified Diff: chrome_frame/test/win_event_receiver.cc

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_frame/test/win_event_receiver.h ('k') | net/base/listen_socket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/win_event_receiver.cc
===================================================================
--- chrome_frame/test/win_event_receiver.cc (revision 70358)
+++ chrome_frame/test/win_event_receiver.cc (working copy)
@@ -6,7 +6,7 @@
#include "base/logging.h"
#include "base/message_loop.h"
-#include "base/object_watcher.h"
+#include "base/win/object_watcher.h"
#include "base/string_util.h"
#include "chrome_frame/function_stub.h"
@@ -78,7 +78,7 @@
// Notification is always delivered via a message loop task in the message loop
// that is active when the instance is constructed.
class WindowWatchdog::ProcessExitObserver
- : public base::ObjectWatcher::Delegate {
+ : public base::win::ObjectWatcher::Delegate {
public:
// Initiates the process watch. Will always return without notifying the
// watchdog.
@@ -94,7 +94,7 @@
HWND hwnd_;
ScopedRunnableMethodFactory<ProcessExitObserver> method_task_factory_;
- base::ObjectWatcher object_watcher_;
+ base::win::ObjectWatcher object_watcher_;
DISALLOW_COPY_AND_ASSIGN(ProcessExitObserver);
};
« no previous file with comments | « chrome_frame/test/win_event_receiver.h ('k') | net/base/listen_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698