Index: remoting/host/setup/host_starter.h |
diff --git a/remoting/host/setup/host_starter.h b/remoting/host/setup/host_starter.h |
index 475829385e551b5057ab04226658f7b4b2ca775a..60a28acbb47d96066f5da3e455a2e2124850b27c 100644 |
--- a/remoting/host/setup/host_starter.h |
+++ b/remoting/host/setup/host_starter.h |
@@ -97,8 +97,8 @@ class HostStarter : public gaia::GaiaOAuthClient::Delegate, |
// be logged, but the error will still be reported as START_ERROR. |
bool unregistering_host_; |
- base::WeakPtrFactory<HostStarter> weak_ptr_factory_; |
base::WeakPtr<HostStarter> weak_ptr_; |
+ base::WeakPtrFactory<HostStarter> weak_ptr_factory_; |
DISALLOW_COPY_AND_ASSIGN(HostStarter); |
}; |