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

Unified Diff: components/invalidation/impl/fake_invalidation_handler.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/fake_invalidation_handler.h
diff --git a/components/invalidation/fake_invalidation_handler.h b/components/invalidation/impl/fake_invalidation_handler.h
similarity index 74%
rename from components/invalidation/fake_invalidation_handler.h
rename to components/invalidation/impl/fake_invalidation_handler.h
index 8ba2009c526f49b91bdaa892109433a7af6f5648..22b2ab433eb1d0e6f9ac5664807d3e20aa7e0e5d 100644
--- a/components/invalidation/fake_invalidation_handler.h
+++ b/components/invalidation/impl/fake_invalidation_handler.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_INVALIDATION_FAKE_INVALIDATION_HANDLER_H_
-#define COMPONENTS_INVALIDATION_FAKE_INVALIDATION_HANDLER_H_
+#ifndef COMPONENTS_INVALIDATION_IMPL_FAKE_INVALIDATION_HANDLER_H_
+#define COMPONENTS_INVALIDATION_IMPL_FAKE_INVALIDATION_HANDLER_H_
#include <string>
#include "base/basictypes.h"
#include "base/compiler_specific.h"
-#include "components/invalidation/invalidation_handler.h"
-#include "components/invalidation/object_id_invalidation_map.h"
+#include "components/invalidation/public/invalidation_handler.h"
+#include "components/invalidation/public/object_id_invalidation_map.h"
namespace syncer {
@@ -39,4 +39,4 @@ class FakeInvalidationHandler : public InvalidationHandler {
} // namespace syncer
-#endif // COMPONENTS_INVALIDATION_FAKE_INVALIDATION_HANDLER_H_
+#endif // COMPONENTS_INVALIDATION_IMPL_FAKE_INVALIDATION_HANDLER_H_

Powered by Google App Engine
This is Rietveld 408576698