| Index: chrome/browser/sync/api/syncable_service_mock.h
|
| diff --git a/chrome/browser/sync/api/syncable_service_mock.h b/chrome/browser/sync/api/syncable_service_mock.h
|
| index 2575183fb45f5a0e26484a58e539ffd6f79e716c..06db4606a2e9a2532768d46d6ac55ad05a1568bb 100644
|
| --- a/chrome/browser/sync/api/syncable_service_mock.h
|
| +++ b/chrome/browser/sync/api/syncable_service_mock.h
|
| @@ -25,6 +25,9 @@ class SyncableServiceMock : public SyncableService {
|
| MOCK_METHOD2(ProcessSyncChanges,
|
| SyncError(const tracked_objects::Location&,
|
| const SyncChangeList&));
|
| +
|
| + private:
|
| + DISALLOW_COPY_AND_ASSIGN(SyncableServiceMock);
|
| };
|
|
|
| #endif // CHROME_BROWSER_SYNC_API_SYNCABLE_SERVICE_MOCK_H_
|
|
|