Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: components/invalidation/impl/sync_system_resources.h

Issue 1191393008: Introduce a layering in the invalidation component as public and impl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explicitly forbid content to prevent future additions Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698