Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / sync / test / engine / mock_connection_manager.h
index 6b95eab..19e483b 100644 (file)
@@ -35,14 +35,13 @@ class MockConnectionManager : public ServerConnectionManager {
 
   MockConnectionManager(syncable::Directory*,
                         CancelationSignal* signal);
-  virtual ~MockConnectionManager();
+  ~MockConnectionManager() override;
 
   // Overridden ServerConnectionManager functions.
-  virtual bool PostBufferToPath(
-      PostBufferParams*,
-      const std::string& path,
-      const std::string& auth_token,
-      ScopedServerStatusWatcher* watcher) OVERRIDE;
+  bool PostBufferToPath(PostBufferParams*,
+                        const std::string& path,
+                        const std::string& auth_token,
+                        ScopedServerStatusWatcher* watcher) override;
 
   // Control of commit response.
   // NOTE: Commit callback is invoked only once then reset.