Index: remoting/host/policy_hack/policy_watcher_linux.cc |
diff --git a/remoting/host/policy_hack/policy_watcher_linux.cc b/remoting/host/policy_hack/policy_watcher_linux.cc |
index 4bd82f9ddc1923d0b87cccf672a1d89439c81651..d3dd8a5d8451c9f8edb2fe752889c270575520be 100644 |
--- a/remoting/host/policy_hack/policy_watcher_linux.cc |
+++ b/remoting/host/policy_hack/policy_watcher_linux.cc |
@@ -50,7 +50,7 @@ class PolicyWatcherLinux : public PolicyWatcher { |
const base::FilePath& config_dir) |
: PolicyWatcher(task_runner), |
config_dir_(config_dir), |
- ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) { |
+ (weak_factory_(this) { |
Sergey Ulanov
2013/04/26 20:48:22
typo: remove (
scherkus (not reviewing)
2013/04/26 20:52:55
Done. Need to tweak my script :)
|
// Detach the factory because we ensure that only the policy thread ever |
// calls methods on this. Also, the API contract of having to call |
// StopWatching() (which signals completion) after StartWatching() |