| Index: components/sync/engine/polling_constants.h
|
| diff --git a/sync/internal_api/public/engine/polling_constants.h b/components/sync/engine/polling_constants.h
|
| similarity index 76%
|
| rename from sync/internal_api/public/engine/polling_constants.h
|
| rename to components/sync/engine/polling_constants.h
|
| index 8ef1fbcc49a73571d73dddf9aae00307f975a9f8..2690a747236c6129808a7d02295c6b7f7cb28a9d 100644
|
| --- a/sync/internal_api/public/engine/polling_constants.h
|
| +++ b/components/sync/engine/polling_constants.h
|
| @@ -4,12 +4,12 @@
|
| //
|
| // Constants used by SyncScheduler when polling servers for updates.
|
|
|
| -#ifndef SYNC_INTERNAL_API_PUBLIC_ENGINE_POLLING_CONSTANTS_H_
|
| -#define SYNC_INTERNAL_API_PUBLIC_ENGINE_POLLING_CONSTANTS_H_
|
| +#ifndef COMPONENTS_SYNC_ENGINE_POLLING_CONSTANTS_H_
|
| +#define COMPONENTS_SYNC_ENGINE_POLLING_CONSTANTS_H_
|
|
|
| #include <stdint.h>
|
|
|
| -#include "sync/base/sync_export.h"
|
| +#include "components/sync/base/sync_export.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -23,4 +23,4 @@ SYNC_EXPORT extern const int kInitialBackoffImmediateRetrySeconds;
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_INTERNAL_API_PUBLIC_ENGINE_POLLING_CONSTANTS_H_
|
| +#endif // COMPONENTS_SYNC_ENGINE_POLLING_CONSTANTS_H_
|
|
|