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

Unified Diff: sync/syncable/syncable_mock.h

Issue 10795018: [Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fiix indent Created 8 years, 5 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 7b5327f8b99c47fcdadb672fc388e0b187bfb9d3..83f5b9571751d8636309bd016b5b15ca93bfe023 100644
--- a/sync/syncable/syncable_mock.h
+++ b/sync/syncable/syncable_mock.h
@@ -19,20 +19,20 @@ namespace syncable {
class MockDirectory : public Directory {
public:
- explicit MockDirectory(syncer::UnrecoverableErrorHandler* handler);
+ explicit MockDirectory(UnrecoverableErrorHandler* handler);
virtual ~MockDirectory();
MOCK_METHOD1(GetEntryByHandle, syncable::EntryKernel*(int64));
- MOCK_METHOD2(set_last_downloadstamp, void(syncer::ModelType, int64));
+ MOCK_METHOD2(set_last_downloadstamp, void(ModelType, int64));
MOCK_METHOD1(GetEntryByClientTag,
syncable::EntryKernel*(const std::string&));
- MOCK_METHOD1(PurgeEntriesWithTypeIn, bool(syncer::ModelTypeSet));
+ MOCK_METHOD1(PurgeEntriesWithTypeIn, bool(ModelTypeSet));
private:
- syncer::FakeEncryptor encryptor_;
+ 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