Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / remoting / host / policy_hack / fake_policy_watcher.h
index baec959..7faf3a0 100644 (file)
@@ -14,14 +14,14 @@ class FakePolicyWatcher : public PolicyWatcher {
  public:
   explicit FakePolicyWatcher(
       scoped_refptr<base::SingleThreadTaskRunner> task_runner);
-  virtual ~FakePolicyWatcher();
+  ~FakePolicyWatcher() override;
 
   void SetPolicies(const base::DictionaryValue* policies);
 
  protected:
-  virtual void StartWatchingInternal() OVERRIDE;
-  virtual void StopWatchingInternal() OVERRIDE;
-  virtual void Reload() OVERRIDE;
+  void StartWatchingInternal() override;
+  void StopWatchingInternal() override;
+  void Reload() override;
 };
 
 }  // namespace policy_hack