Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / net / base / prioritized_dispatcher_unittest.cc
index 3036038..40c7425 100644 (file)
@@ -117,7 +117,7 @@ class PrioritizedDispatcherTest : public testing::Test {
     }
 
     // PriorityDispatch::Job interface
-    virtual void Start() OVERRIDE {
+    void Start() override {
       EXPECT_FALSE(running_);
       handle_ = PrioritizedDispatcher::Handle();
       running_ = true;