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

Unified Diff: sync/syncable/syncable_mock.h

Issue 10844005: [Sync] Refactor GetEncryptedTypes usage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + add dcheck Created 8 years, 4 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_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 83f5b9571751d8636309bd016b5b15ca93bfe023..eb4ac27c52958fe3fcdb1a800aba84d537360dc5 100644
--- a/sync/syncable/syncable_mock.h
+++ b/sync/syncable/syncable_mock.h
@@ -9,7 +9,6 @@
#include "sync/syncable/directory.h"
#include "sync/syncable/write_transaction.h"
-#include "sync/test/fake_encryptor.h"
#include "sync/test/null_directory_change_delegate.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -32,7 +31,6 @@ class MockDirectory : public Directory {
MOCK_METHOD1(PurgeEntriesWithTypeIn, bool(ModelTypeSet));
private:
- FakeEncryptor encryptor_;
syncable::NullDirectoryChangeDelegate delegate_;
};
« no previous file with comments | « sync/syncable/nigori_util.cc ('k') | sync/syncable/syncable_mock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698