Index: remoting/host/policy_hack/fake_policy_watcher.h |
diff --git a/remoting/host/policy_hack/fake_policy_watcher.h b/remoting/host/policy_hack/fake_policy_watcher.h |
deleted file mode 100644 |
index a8bf491bcdbce906834dfc0c55e0d108efde2d8b..0000000000000000000000000000000000000000 |
--- a/remoting/host/policy_hack/fake_policy_watcher.h |
+++ /dev/null |
@@ -1,31 +0,0 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#ifndef REMOTING_HOST_POLICY_HACK_FAKE_POLICY_WATCHER_H_ |
-#define REMOTING_HOST_POLICY_HACK_FAKE_POLICY_WATCHER_H_ |
- |
-#include "remoting/host/policy_hack/policy_watcher.h" |
- |
-namespace remoting { |
-namespace policy_hack { |
- |
-class FakePolicyWatcher : public PolicyWatcher { |
- public: |
- explicit FakePolicyWatcher( |
- scoped_refptr<base::SingleThreadTaskRunner> task_runner); |
- ~FakePolicyWatcher() override; |
- |
- void SetPolicies(const base::DictionaryValue* policies); |
- |
- void SignalTransientErrorForTest(); |
- |
- protected: |
- void StartWatchingInternal() override; |
- void StopWatchingInternal() override; |
-}; |
- |
-} // namespace policy_hack |
-} // namespace remoting |
- |
-#endif // REMOTING_HOST_POLICY_HACK_FAKE_POLICY_WATCHER_H_ |