Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Unified Diff: sync/test/engine/mock_connection_manager.h

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Tim's comments Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/test/engine/fake_model_worker.cc ('k') | sync/test/engine/mock_connection_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « sync/test/engine/fake_model_worker.cc ('k') | sync/test/engine/mock_connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698