Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / drive / file_task_executor_unittest.cc
index 5c1e2b9..7b7b5e1 100644 (file)
@@ -32,15 +32,15 @@ class TestDelegate : public FileTaskExecutorDelegate {
   }
 
   // FileTaskExecutorDelegate overrides.
-  virtual FileSystemInterface* GetFileSystem() OVERRIDE {
+  virtual FileSystemInterface* GetFileSystem() override {
     return fake_file_system_.get();
   }
 
-  virtual DriveServiceInterface* GetDriveService() OVERRIDE {
+  virtual DriveServiceInterface* GetDriveService() override {
     return fake_drive_service_.get();
   }
 
-  virtual void OpenBrowserWindow(const GURL& open_link) OVERRIDE {
+  virtual void OpenBrowserWindow(const GURL& open_link) override {
     opend_urls_->insert(open_link.spec());
   }