| Index: components/invalidation/impl/sync_system_resources.h
|
| diff --git a/components/invalidation/sync_system_resources.h b/components/invalidation/impl/sync_system_resources.h
|
| similarity index 95%
|
| rename from components/invalidation/sync_system_resources.h
|
| rename to components/invalidation/impl/sync_system_resources.h
|
| index 7e707e7d2490b7dc1545a1067343f5ca13d41ecb..5a6e8c93cc4cd4a747ad7e06453efb3834bd2d8c 100644
|
| --- a/components/invalidation/sync_system_resources.h
|
| +++ b/components/invalidation/impl/sync_system_resources.h
|
| @@ -6,8 +6,8 @@
|
| // for scheduling. Assumes the current message loop is already
|
| // running.
|
|
|
| -#ifndef COMPONENTS_INVALIDATION_SYNC_SYSTEM_RESOURCES_H_
|
| -#define COMPONENTS_INVALIDATION_SYNC_SYSTEM_RESOURCES_H_
|
| +#ifndef COMPONENTS_INVALIDATION_IMPL_SYNC_SYSTEM_RESOURCES_H_
|
| +#define COMPONENTS_INVALIDATION_IMPL_SYNC_SYSTEM_RESOURCES_H_
|
|
|
| #include <set>
|
| #include <string>
|
| @@ -19,9 +19,9 @@
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/threading/non_thread_safe.h"
|
| #include "base/values.h"
|
| -#include "components/invalidation/invalidation_export.h"
|
| -#include "components/invalidation/invalidator_state.h"
|
| -#include "components/invalidation/state_writer.h"
|
| +#include "components/invalidation/impl/state_writer.h"
|
| +#include "components/invalidation/public/invalidation_export.h"
|
| +#include "components/invalidation/public/invalidator_state.h"
|
| #include "google/cacheinvalidation/include/system-resources.h"
|
| #include "jingle/notifier/base/notifier_options.h"
|
|
|
| @@ -246,4 +246,4 @@ class INVALIDATION_EXPORT_PRIVATE SyncSystemResources
|
|
|
| } // namespace syncer
|
|
|
| -#endif // COMPONENTS_INVALIDATION_SYNC_SYSTEM_RESOURCES_H_
|
| +#endif // COMPONENTS_INVALIDATION_IMPL_SYNC_SYSTEM_RESOURCES_H_
|
|
|