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

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

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/mock_connection_manager.h ('k') | sync/test/engine/syncer_command_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/engine/mock_connection_manager.cc
diff --git a/chrome/browser/sync/test/engine/mock_connection_manager.cc b/sync/test/engine/mock_connection_manager.cc
similarity index 99%
rename from chrome/browser/sync/test/engine/mock_connection_manager.cc
rename to sync/test/engine/mock_connection_manager.cc
index 5af64aa35e3249c7406b4fbda9e85ac610547453..f73b14ea92e58fe6d733bd1bafc67f25e338310a 100644
--- a/chrome/browser/sync/test/engine/mock_connection_manager.cc
+++ b/sync/test/engine/mock_connection_manager.cc
@@ -4,14 +4,14 @@
//
// Mock ServerConnectionManager class for use in client regression tests.
-#include "chrome/browser/sync/test/engine/mock_connection_manager.h"
+#include "sync/test/engine/mock_connection_manager.h"
#include <map>
#include "base/location.h"
#include "base/stringprintf.h"
-#include "chrome/browser/sync/engine/syncer_proto_util.h"
-#include "chrome/browser/sync/test/engine/test_id_factory.h"
+#include "sync/engine/syncer_proto_util.h"
+#include "sync/test/engine/test_id_factory.h"
#include "sync/protocol/bookmark_specifics.pb.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « sync/test/engine/mock_connection_manager.h ('k') | sync/test/engine/syncer_command_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698