Index: sync/test/engine/mock_connection_manager.h |
diff --git a/chrome/browser/sync/test/engine/mock_connection_manager.h b/sync/test/engine/mock_connection_manager.h |
similarity index 97% |
rename from chrome/browser/sync/test/engine/mock_connection_manager.h |
rename to sync/test/engine/mock_connection_manager.h |
index a9a166206f75a6a2ebe53e5c69f5931dd4cbe269..c3202a55708a49e32492bc47b3fffa3433dc7d3b 100644 |
--- a/chrome/browser/sync/test/engine/mock_connection_manager.h |
+++ b/sync/test/engine/mock_connection_manager.h |
@@ -4,8 +4,8 @@ |
// |
// Mock ServerConnectionManager class for use in client unit tests. |
-#ifndef CHROME_BROWSER_SYNC_TEST_ENGINE_MOCK_CONNECTION_MANAGER_H_ |
-#define CHROME_BROWSER_SYNC_TEST_ENGINE_MOCK_CONNECTION_MANAGER_H_ |
+#ifndef SYNC_TEST_ENGINE_MOCK_CONNECTION_MANAGER_H_ |
+#define SYNC_TEST_ENGINE_MOCK_CONNECTION_MANAGER_H_ |
#pragma once |
#include <bitset> |
@@ -16,9 +16,9 @@ |
#include "base/callback.h" |
#include "base/compiler_specific.h" |
#include "base/memory/scoped_vector.h" |
-#include "chrome/browser/sync/engine/net/server_connection_manager.h" |
-#include "chrome/browser/sync/syncable/model_type.h" |
-#include "chrome/browser/sync/syncable/model_type_payload_map.h" |
+#include "sync/engine/net/server_connection_manager.h" |
+#include "sync/syncable/model_type.h" |
+#include "sync/syncable/model_type_payload_map.h" |
#include "sync/protocol/sync.pb.h" |
class MockConnectionManager : public browser_sync::ServerConnectionManager { |
@@ -360,4 +360,4 @@ class MockConnectionManager : public browser_sync::ServerConnectionManager { |
DISALLOW_COPY_AND_ASSIGN(MockConnectionManager); |
}; |
-#endif // CHROME_BROWSER_SYNC_TEST_ENGINE_MOCK_CONNECTION_MANAGER_H_ |
+#endif // SYNC_TEST_ENGINE_MOCK_CONNECTION_MANAGER_H_ |