Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / sync / engine / syncer_proto_util_unittest.cc
index 93f9088..81b2566 100644 (file)
@@ -257,10 +257,9 @@ class DummyConnectionManager : public ServerConnectionManager {
         send_error_(false),
         access_denied_(false) {}
 
-  virtual ~DummyConnectionManager() {}
-  virtual bool PostBufferWithCachedAuth(
-      PostBufferParams* params,
-      ScopedServerStatusWatcher* watcher) OVERRIDE {
+  ~DummyConnectionManager() override {}
+  bool PostBufferWithCachedAuth(PostBufferParams* params,
+                                ScopedServerStatusWatcher* watcher) override {
     if (send_error_) {
       return false;
     }