Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / browser_process_platform_part_mac.h
index d12d952..d78ee99 100644 (file)
@@ -17,12 +17,12 @@ class ExtensionAppShimHandler;
 class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase {
  public:
   BrowserProcessPlatformPart();
-  virtual ~BrowserProcessPlatformPart();
+  ~BrowserProcessPlatformPart() override;
 
   // Overridden from BrowserProcessPlatformPartBase:
-  virtual void StartTearDown() OVERRIDE;
-  virtual void AttemptExit() OVERRIDE;
-  virtual void PreMainMessageLoopRun() OVERRIDE;
+  void StartTearDown() override;
+  void AttemptExit() override;
+  void PreMainMessageLoopRun() override;
 
   AppShimHostManager* app_shim_host_manager();