| Index: chrome/browser/sync/internal_api/syncapi_mock.h
|
| diff --git a/chrome/browser/sync/engine/syncapi_mock.h b/chrome/browser/sync/internal_api/syncapi_mock.h
|
| similarity index 75%
|
| rename from chrome/browser/sync/engine/syncapi_mock.h
|
| rename to chrome/browser/sync/internal_api/syncapi_mock.h
|
| index 8e71aa83dc2f9cf017886effa361bf8d4b1bffb7..dd56d7af405c789d5178975ac1832b408b5fa9b6 100644
|
| --- a/chrome/browser/sync/engine/syncapi_mock.h
|
| +++ b/chrome/browser/sync/internal_api/syncapi_mock.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_SYNC_ENGINE_SYNCAPI_MOCK_H_
|
| -#define CHROME_BROWSER_SYNC_ENGINE_SYNCAPI_MOCK_H_
|
| +#ifndef CHROME_BROWSER_SYNC_INTERNAL_API_SYNCAPI_MOCK_H_
|
| +#define CHROME_BROWSER_SYNC_INTERNAL_API_SYNCAPI_MOCK_H_
|
| #pragma once
|
|
|
| -#include "chrome/browser/sync/engine/syncapi.h"
|
| +#include "chrome/browser/sync/internal_api/write_transaction.h"
|
| #include "chrome/browser/sync/syncable/syncable.h"
|
| #include "chrome/browser/sync/syncable/syncable_mock.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| @@ -23,5 +23,5 @@ class MockWriteTransaction : public sync_api::WriteTransaction {
|
| }
|
| };
|
|
|
| -#endif // CHROME_BROWSER_SYNC_ENGINE_SYNCAPI_MOCK_H_
|
| +#endif // CHROME_BROWSER_SYNC_INTERNAL_API_SYNCAPI_MOCK_H_
|
|
|
|
|