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

Unified Diff: components/invalidation/impl/invalidation_logger.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/invalidation_logger.h
diff --git a/components/invalidation/invalidation_logger.h b/components/invalidation/impl/invalidation_logger.h
similarity index 91%
rename from components/invalidation/invalidation_logger.h
rename to components/invalidation/impl/invalidation_logger.h
index fe445087771dd1b0fd81e286be15707a4374f662..b74daf80aab3e7d2a39e5412a6a1775ac6a85d63 100644
--- a/components/invalidation/invalidation_logger.h
+++ b/components/invalidation/impl/invalidation_logger.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_INVALIDATION_INVALIDATION_LOGGER_H_
-#define COMPONENTS_INVALIDATION_INVALIDATION_LOGGER_H_
+#ifndef COMPONENTS_INVALIDATION_IMPL_INVALIDATION_LOGGER_H_
+#define COMPONENTS_INVALIDATION_IMPL_INVALIDATION_LOGGER_H_
#include <map>
#include <set>
#include "base/memory/scoped_ptr.h"
#include "base/observer_list.h"
-#include "components/invalidation/invalidation_util.h"
-#include "components/invalidation/invalidator_state.h"
+#include "components/invalidation/public/invalidation_util.h"
+#include "components/invalidation/public/invalidator_state.h"
namespace base {
class DictionaryValue;
@@ -99,4 +99,4 @@ class InvalidationLogger {
} // namespace invalidation
-#endif // COMPONENTS_INVALIDATION_INVALIDATION_LOGGER_H_
+#endif // COMPONENTS_INVALIDATION_IMPL_INVALIDATION_LOGGER_H_
« no previous file with comments | « components/invalidation/impl/gcm_network_channel_unittest.cc ('k') | components/invalidation/impl/invalidation_logger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698