Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / test / base / testing_browser_process_platform_part.h
index 60d74c7..d53b442 100644 (file)
 class TestingBrowserProcessPlatformPart : public BrowserProcessPlatformPart {
  public:
   TestingBrowserProcessPlatformPart();
-  virtual ~TestingBrowserProcessPlatformPart();
+  ~TestingBrowserProcessPlatformPart() override;
 
 #if defined(OS_CHROMEOS)
   // Overridden from BrowserProcessPlatformPart:
-  virtual chromeos::OomPriorityManager* oom_priority_manager() OVERRIDE;
+  virtual chromeos::OomPriorityManager* oom_priority_manager() override;
 #endif
 
  private: