Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / tabs / pinned_tab_service_unittest.cc
index fe49e65..00f4c16 100644 (file)
@@ -33,7 +33,7 @@ class PinnedTabServiceTest : public BrowserWithTestWindowTest {
   PinnedTabServiceTest() : pinned_tab_service_(NULL) {}
 
  protected:
-  virtual TestingProfile* CreateProfile() OVERRIDE {
+  TestingProfile* CreateProfile() override {
     TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
     pinned_tab_service_ = BuildForProfile(profile);
     return profile;