Chromium Code Reviews| Index: components/sync/test/engine/mock_connection_manager.h |
| diff --git a/components/sync/test/engine/mock_connection_manager.h b/components/sync/test/engine/mock_connection_manager.h |
| index 8f98c69a94425f01912957c6e0a481e718aa8f52..37e42bc69f13cd3ba3793b6c6375d409efe0fc0e 100644 |
| --- a/components/sync/test/engine/mock_connection_manager.h |
| +++ b/components/sync/test/engine/mock_connection_manager.h |
| @@ -25,6 +25,10 @@ |
| namespace syncer { |
| +namespace syncable { |
| +class Directory; |
| +} |
| + |
| // Mock ServerConnectionManager class for use in client unit tests. |
| class MockConnectionManager : public ServerConnectionManager { |
| public: |