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

Unified Diff: chrome/browser/sync/glue/change_processor_mock.h

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years, 6 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 | « chrome/browser/sync/glue/change_processor.cc ('k') | chrome/browser/sync/glue/chrome_encryptor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/change_processor_mock.h
diff --git a/chrome/browser/sync/glue/change_processor_mock.h b/chrome/browser/sync/glue/change_processor_mock.h
index e006dd669c146f44f9609199cae010b9b0a71cef..e94f4b62bd25bb00dfaa83e0f0954cba88e48ccb 100644
--- a/chrome/browser/sync/glue/change_processor_mock.h
+++ b/chrome/browser/sync/glue/change_processor_mock.h
@@ -19,8 +19,8 @@ class ChangeProcessorMock
ChangeProcessorMock();
virtual ~ChangeProcessorMock();
MOCK_METHOD2(ApplyChangesFromSyncModel,
- void(const csync::BaseTransaction*,
- const csync::ImmutableChangeRecordList&));
+ void(const syncer::BaseTransaction*,
+ const syncer::ImmutableChangeRecordList&));
MOCK_METHOD0(CommitChangesFromSyncModel, void());
MOCK_METHOD1(StartImpl, void(Profile*));
MOCK_METHOD0(StopImpl, void());
@@ -31,7 +31,7 @@ class ChangeProcessorMock
void(const tracked_objects::Location&,
const std::string&));
MOCK_METHOD3(CreateAndUploadError,
- csync::SyncError(const tracked_objects::Location&,
+ syncer::SyncError(const tracked_objects::Location&,
const std::string&,
syncable::ModelType));
« no previous file with comments | « chrome/browser/sync/glue/change_processor.cc ('k') | chrome/browser/sync/glue/chrome_encryptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698