| Index: components/browser_sync/test_http_bridge_factory.h
|
| diff --git a/components/browser_sync/browser/test_http_bridge_factory.h b/components/browser_sync/test_http_bridge_factory.h
|
| similarity index 88%
|
| rename from components/browser_sync/browser/test_http_bridge_factory.h
|
| rename to components/browser_sync/test_http_bridge_factory.h
|
| index efee6cae65e835f189c106d1d6ef4d3bef3cec82..e2c229a3bda9912d894b7ef1800e7bb6d1dee1d9 100644
|
| --- a/components/browser_sync/browser/test_http_bridge_factory.h
|
| +++ b/components/browser_sync/test_http_bridge_factory.h
|
| @@ -2,8 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_BROWSER_SYNC_BROWSER_TEST_HTTP_BRIDGE_FACTORY_H_
|
| -#define COMPONENTS_BROWSER_SYNC_BROWSER_TEST_HTTP_BRIDGE_FACTORY_H_
|
| +#ifndef COMPONENTS_BROWSER_SYNC_TEST_HTTP_BRIDGE_FACTORY_H_
|
| +#define COMPONENTS_BROWSER_SYNC_TEST_HTTP_BRIDGE_FACTORY_H_
|
| +
|
| +#include <string>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "components/sync/core/http_post_provider_factory.h"
|
| @@ -49,4 +51,4 @@ class TestHttpBridgeFactory : public syncer::HttpPostProviderFactory {
|
|
|
| } // namespace browser_sync
|
|
|
| -#endif // COMPONENTS_BROWSER_SYNC_BROWSER_TEST_HTTP_BRIDGE_FACTORY_H_
|
| +#endif // COMPONENTS_BROWSER_SYNC_TEST_HTTP_BRIDGE_FACTORY_H_
|
|
|