Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chromeos / network / geolocation_handler_unittest.cc
index af5dc19..084987e 100644 (file)
@@ -22,7 +22,7 @@ class GeolocationHandlerTest : public testing::Test {
   virtual ~GeolocationHandlerTest() {
   }
 
-  virtual void SetUp() OVERRIDE {
+  virtual void SetUp() override {
     // Initialize DBusThreadManager with a stub implementation.
     DBusThreadManager::Initialize();
     // Get the test interface for manager / device.
@@ -34,7 +34,7 @@ class GeolocationHandlerTest : public testing::Test {
     message_loop_.RunUntilIdle();
   }
 
-  virtual void TearDown() OVERRIDE {
+  virtual void TearDown() override {
     geolocation_handler_.reset();
     DBusThreadManager::Shutdown();
   }