| Index: net/proxy/proxy_config_service_win.cc
|
| ===================================================================
|
| --- net/proxy/proxy_config_service_win.cc (revision 70358)
|
| +++ net/proxy/proxy_config_service_win.cc (working copy)
|
| @@ -39,7 +39,7 @@
|
| // RegKey and ObjectWatcher pair.
|
| class ProxyConfigServiceWin::KeyEntry {
|
| public:
|
| - bool StartWatching(base::ObjectWatcher::Delegate* delegate) {
|
| + bool StartWatching(base::win::ObjectWatcher::Delegate* delegate) {
|
| // Try to create a watch event for the registry key (which watches the
|
| // sibling tree as well).
|
| if (!key_.StartWatching())
|
| @@ -63,7 +63,7 @@
|
|
|
| private:
|
| base::win::RegKey key_;
|
| - base::ObjectWatcher watcher_;
|
| + base::win::ObjectWatcher watcher_;
|
| };
|
|
|
| ProxyConfigServiceWin::ProxyConfigServiceWin()
|
|
|