| Index: components/browser_sync/browser/profile_sync_service_mock.h
 | 
| diff --git a/chrome/browser/sync/profile_sync_service_mock.h b/components/browser_sync/browser/profile_sync_service_mock.h
 | 
| similarity index 95%
 | 
| rename from chrome/browser/sync/profile_sync_service_mock.h
 | 
| rename to components/browser_sync/browser/profile_sync_service_mock.h
 | 
| index 4527c6f466bbd25265298dd584f8f6c15317a152..c610b871eccc6add97bba4d10af9cb67b7ef1a77 100644
 | 
| --- a/chrome/browser/sync/profile_sync_service_mock.h
 | 
| +++ b/components/browser_sync/browser/profile_sync_service_mock.h
 | 
| @@ -2,8 +2,8 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#ifndef CHROME_BROWSER_SYNC_PROFILE_SYNC_SERVICE_MOCK_H_
 | 
| -#define CHROME_BROWSER_SYNC_PROFILE_SYNC_SERVICE_MOCK_H_
 | 
| +#ifndef COMPONENTS_BROWSER_SYNC_BROWSER_PROFILE_SYNC_SERVICE_MOCK_H_
 | 
| +#define COMPONENTS_BROWSER_SYNC_BROWSER_PROFILE_SYNC_SERVICE_MOCK_H_
 | 
|  
 | 
|  #include <string>
 | 
|  #include <vector>
 | 
| @@ -101,4 +101,4 @@ class ProfileSyncServiceMock : public ProfileSyncService {
 | 
|    MOCK_METHOD1(StartUpSlowBackendComponents, void(BackendMode));
 | 
|  };
 | 
|  
 | 
| -#endif  // CHROME_BROWSER_SYNC_PROFILE_SYNC_SERVICE_MOCK_H_
 | 
| +#endif  // COMPONENTS_BROWSER_SYNC_BROWSER_PROFILE_SYNC_SERVICE_MOCK_H_
 | 
| 
 |