| Index: components/browser_sync/browser/test_http_bridge_factory.h
|
| diff --git a/chrome/browser/sync/test/test_http_bridge_factory.h b/components/browser_sync/browser/test_http_bridge_factory.h
|
| similarity index 88%
|
| rename from chrome/browser/sync/test/test_http_bridge_factory.h
|
| rename to components/browser_sync/browser/test_http_bridge_factory.h
|
| index 4ee18555c51607b77dd82558854bf97a431453d8..b4c26082037b88ee0df740f14b40cba3685e6c9f 100644
|
| --- a/chrome/browser/sync/test/test_http_bridge_factory.h
|
| +++ b/components/browser_sync/browser/test_http_bridge_factory.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_TEST_TEST_HTTP_BRIDGE_FACTORY_H_
|
| -#define CHROME_BROWSER_SYNC_TEST_TEST_HTTP_BRIDGE_FACTORY_H_
|
| +#ifndef COMPONENTS_BROWSER_SYNC_BROWSER_TEST_HTTP_BRIDGE_FACTORY_H_
|
| +#define COMPONENTS_BROWSER_SYNC_BROWSER_TEST_HTTP_BRIDGE_FACTORY_H_
|
|
|
| #include "base/compiler_specific.h"
|
| #include "sync/internal_api/public/http_post_provider_factory.h"
|
| @@ -49,4 +49,4 @@ class TestHttpBridgeFactory : public syncer::HttpPostProviderFactory {
|
|
|
| } // namespace browser_sync
|
|
|
| -#endif // CHROME_BROWSER_SYNC_TEST_TEST_HTTP_BRIDGE_FACTORY_H_
|
| +#endif // COMPONENTS_BROWSER_SYNC_BROWSER_TEST_HTTP_BRIDGE_FACTORY_H_
|
|
|