Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / ui / idle_app_name_notification_view_unittest.cc
index d930af1..2f2481e 100644 (file)
@@ -30,7 +30,7 @@ class IdleAppNameNotificationViewTest : public BrowserWithTestWindowTest {
   virtual ~IdleAppNameNotificationViewTest() {
   }
 
-  virtual void SetUp() OVERRIDE {
+  virtual void SetUp() override {
     // Add the application switch.
     CommandLine::ForCurrentProcess()->AppendSwitchASCII(::switches::kAppId,
                                                         kTestAppName);
@@ -65,7 +65,7 @@ class IdleAppNameNotificationViewTest : public BrowserWithTestWindowTest {
                                       &error);
   }
 
-  virtual void TearDown() OVERRIDE {
+  virtual void TearDown() override {
     // The destruction of the widget might be a delayed task.
     base::MessageLoop::current()->RunUntilIdle();
     BrowserWithTestWindowTest::TearDown();