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_; |
}; |