Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / extension_web_ui_unittest.cc
index fb3bee9..2833981 100644 (file)
@@ -29,7 +29,7 @@ class ExtensionWebUITest : public testing::Test {
       : ui_thread_(content::BrowserThread::UI, &message_loop_) {}
 
  protected:
-  virtual void SetUp() OVERRIDE {
+  void SetUp() override {
     profile_.reset(new TestingProfile());
     TestExtensionSystem* system =
         static_cast<TestExtensionSystem*>(ExtensionSystem::Get(profile_.get()));
@@ -37,7 +37,7 @@ class ExtensionWebUITest : public testing::Test {
         CommandLine::ForCurrentProcess(), base::FilePath(), false);
   }
 
-  virtual void TearDown() OVERRIDE {
+  void TearDown() override {
     profile_.reset();
     message_loop_.RunUntilIdle();
   }