Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chrome_content_browser_client_unittest.cc
index ccd7f05..9d9dbeb 100644 (file)
@@ -40,7 +40,7 @@ class DisableWebRtcEncryptionFlagTest : public testing::Test {
         to_command_line_(CommandLine::NO_PROGRAM) {}
 
  protected:
-  virtual void SetUp() {
+  void SetUp() override {
     from_command_line_.AppendSwitch(switches::kDisableWebRtcEncryption);
   }
 
@@ -93,7 +93,7 @@ namespace content {
 
 class InstantNTPURLRewriteTest : public BrowserWithTestWindowTest {
  protected:
-  virtual void SetUp() OVERRIDE {
+  void SetUp() override {
     BrowserWithTestWindowTest::SetUp();
     field_trial_list_.reset(new base::FieldTrialList(
         new metrics::SHA1EntropyProvider("42")));