Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / components / policy / core / common / policy_loader_mac.h
index 46b8bc7..b7471e8 100644 (file)
@@ -33,12 +33,12 @@ class POLICY_EXPORT PolicyLoaderMac : public AsyncPolicyLoader {
   PolicyLoaderMac(scoped_refptr<base::SequencedTaskRunner> task_runner,
                   const base::FilePath& managed_policy_path,
                   MacPreferences* preferences);
-  virtual ~PolicyLoaderMac();
+  ~PolicyLoaderMac() override;
 
   // AsyncPolicyLoader implementation.
-  virtual void InitOnBackgroundThread() OVERRIDE;
-  virtual scoped_ptr<PolicyBundle> Load() OVERRIDE;
-  virtual base::Time LastModificationTime() OVERRIDE;
+  void InitOnBackgroundThread() override;
+  scoped_ptr<PolicyBundle> Load() override;
+  base::Time LastModificationTime() override;
 
  private:
   // Callback for the FilePathWatcher.