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

Unified Diff: sync/syncable/syncable_mock.h

Issue 10696087: [Sync] Move ModelType and related classes to 'syncer' namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort headers, update copyrights 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/nigori_util.cc ('k') | sync/syncable/syncable_unittest.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 c7427925dc90df82ed8fe5bf82a19a49ee2a48df..977f9b35e13c5f46432fd045e0e49b351de28d85 100644
--- a/sync/syncable/syncable_mock.h
+++ b/sync/syncable/syncable_mock.h
@@ -25,12 +25,12 @@ class MockDirectory : public Directory {
MOCK_METHOD1(GetEntryByHandle, syncable::EntryKernel*(int64));
- MOCK_METHOD2(set_last_downloadstamp, void(syncable::ModelType, int64));
+ MOCK_METHOD2(set_last_downloadstamp, void(syncer::ModelType, int64));
MOCK_METHOD1(GetEntryByClientTag,
syncable::EntryKernel*(const std::string&));
- MOCK_METHOD1(PurgeEntriesWithTypeIn, void(syncable::ModelTypeSet));
+ MOCK_METHOD1(PurgeEntriesWithTypeIn, void(syncer::ModelTypeSet));
private:
syncer::FakeEncryptor encryptor_;
« no previous file with comments | « sync/syncable/nigori_util.cc ('k') | sync/syncable/syncable_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698