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

Unified Diff: sync/syncable/syncable_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 | « sync/syncable/syncable_id_unittest.cc ('k') | sync/syncable/syncable_mock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/syncable_mock.h
diff --git a/sync/syncable/syncable_mock.h b/sync/syncable/syncable_mock.h
index a829ad248675f7f19bdfb2a02b67853048d68603..82eac1a8260e6481bebec4f5d4e8d3b01a2ddb87 100644
--- a/sync/syncable/syncable_mock.h
+++ b/sync/syncable/syncable_mock.h
@@ -20,7 +20,7 @@ using syncable::EntryKernel;
class MockDirectory : public Directory {
public:
- explicit MockDirectory(csync::UnrecoverableErrorHandler* handler);
+ explicit MockDirectory(syncer::UnrecoverableErrorHandler* handler);
virtual ~MockDirectory();
MOCK_METHOD1(GetEntryByHandle, syncable::EntryKernel*(int64));
@@ -33,7 +33,7 @@ class MockDirectory : public Directory {
MOCK_METHOD1(PurgeEntriesWithTypeIn, void(syncable::ModelTypeSet));
private:
- csync::FakeEncryptor encryptor_;
+ syncer::FakeEncryptor encryptor_;
syncable::NullDirectoryChangeDelegate delegate_;
};
« no previous file with comments | « sync/syncable/syncable_id_unittest.cc ('k') | sync/syncable/syncable_mock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698