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

Unified Diff: components/invalidation/impl/notifier_reason_util.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/notifier_reason_util.h
diff --git a/components/invalidation/notifier_reason_util.h b/components/invalidation/impl/notifier_reason_util.h
similarity index 67%
rename from components/invalidation/notifier_reason_util.h
rename to components/invalidation/impl/notifier_reason_util.h
index 16025baf9abca922b34d81a450ea0930c994001d..9576b3cc880e22abe4478d1b59f737d033fce21c 100644
--- a/components/invalidation/notifier_reason_util.h
+++ b/components/invalidation/impl/notifier_reason_util.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_INVALIDATION_NOTIFIER_REASON_UTIL_H_
-#define COMPONENTS_INVALIDATION_NOTIFIER_REASON_UTIL_H_
+#ifndef COMPONENTS_INVALIDATION_IMPL_NOTIFIER_REASON_UTIL_H_
+#define COMPONENTS_INVALIDATION_IMPL_NOTIFIER_REASON_UTIL_H_
-#include "components/invalidation/invalidator_state.h"
+#include "components/invalidation/public/invalidator_state.h"
#include "jingle/notifier/listener/push_client_observer.h"
namespace syncer {
@@ -19,4 +19,4 @@ notifier::NotificationsDisabledReason
} // namespace syncer
-#endif // COMPONENTS_INVALIDATION_NOTIFIER_REASON_UTIL_H_
+#endif // COMPONENTS_INVALIDATION_IMPL_NOTIFIER_REASON_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698