| 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 0fdaff06c3366d5c6b2e0561b33fcc33c3b4dd49..af7e4a7bb9804a532f563f26fa0627d42c004aa3 100644
|
| --- a/components/sync/test/engine/mock_connection_manager.h
|
| +++ b/components/sync/test/engine/mock_connection_manager.h
|
| @@ -1,8 +1,6 @@
|
| // Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| -//
|
| -// Mock ServerConnectionManager class for use in client unit tests.
|
|
|
| #ifndef COMPONENTS_SYNC_TEST_ENGINE_MOCK_CONNECTION_MANAGER_H_
|
| #define COMPONENTS_SYNC_TEST_ENGINE_MOCK_CONNECTION_MANAGER_H_
|
| @@ -27,6 +25,7 @@
|
|
|
| namespace syncer {
|
|
|
| +// Mock ServerConnectionManager class for use in client unit tests.
|
| class MockConnectionManager : public ServerConnectionManager {
|
| public:
|
| class MidCommitObserver {
|
|
|