| Index: chrome/browser/sync/internal_api/http_post_provider_interface.h
|
| diff --git a/chrome/browser/sync/engine/http_post_provider_interface.h b/chrome/browser/sync/internal_api/http_post_provider_interface.h
|
| similarity index 91%
|
| rename from chrome/browser/sync/engine/http_post_provider_interface.h
|
| rename to chrome/browser/sync/internal_api/http_post_provider_interface.h
|
| index 4bb5a349539e3e390ab4c8cf5df07f1184693915..79d30e00999e7a558cbc4be49ae97aa50878990c 100644
|
| --- a/chrome/browser/sync/engine/http_post_provider_interface.h
|
| +++ b/chrome/browser/sync/internal_api/http_post_provider_interface.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_ENGINE_HTTP_POST_PROVIDER_INTERFACE_H_
|
| -#define CHROME_BROWSER_SYNC_ENGINE_HTTP_POST_PROVIDER_INTERFACE_H_
|
| +#ifndef CHROME_BROWSER_SYNC_INTERNAL_API_HTTP_POST_PROVIDER_INTERFACE_H_
|
| +#define CHROME_BROWSER_SYNC_INTERNAL_API_HTTP_POST_PROVIDER_INTERFACE_H_
|
| #pragma once
|
|
|
| #include <string>
|
| @@ -63,4 +63,4 @@ class HttpPostProviderInterface {
|
|
|
| } // namespace sync_api
|
|
|
| -#endif // CHROME_BROWSER_SYNC_ENGINE_HTTP_POST_PROVIDER_INTERFACE_H_
|
| +#endif // CHROME_BROWSER_SYNC_INTERNAL_API_HTTP_POST_PROVIDER_INTERFACE_H_
|
|
|