| Index: sync/syncable/syncable_mock.h
|
| diff --git a/chrome/browser/sync/syncable/syncable_mock.h b/sync/syncable/syncable_mock.h
|
| similarity index 76%
|
| rename from chrome/browser/sync/syncable/syncable_mock.h
|
| rename to sync/syncable/syncable_mock.h
|
| index 1f8ed4802f2298c58fc8562d1ce7eba50833a2cc..27fcee88a9f3e24b1a84fe57e794683e7ac4b8b4 100644
|
| --- a/chrome/browser/sync/syncable/syncable_mock.h
|
| +++ b/sync/syncable/syncable_mock.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_SYNC_SYNCABLE_SYNCABLE_MOCK_H_
|
| -#define CHROME_BROWSER_SYNC_SYNCABLE_SYNCABLE_MOCK_H_
|
| +#ifndef SYNC_SYNCABLE_SYNCABLE_MOCK_H_
|
| +#define SYNC_SYNCABLE_SYNCABLE_MOCK_H_
|
| #pragma once
|
|
|
| #include <string>
|
|
|
| -#include "chrome/browser/sync/syncable/syncable.h"
|
| -#include "chrome/browser/sync/test/fake_encryptor.h"
|
| -#include "chrome/browser/sync/test/null_directory_change_delegate.h"
|
| +#include "sync/syncable/syncable.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"
|
|
|
| @@ -43,5 +43,5 @@ class MockSyncableWriteTransaction : public syncable::WriteTransaction {
|
| };
|
|
|
|
|
| -#endif // CHROME_BROWSER_SYNC_SYNCABLE_SYNCABLE_MOCK_H_
|
| +#endif // SYNC_SYNCABLE_SYNCABLE_MOCK_H_
|
|
|
|
|