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

Unified Diff: components/invalidation/impl/invalidator_test_template.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/invalidator_test_template.h
diff --git a/components/invalidation/invalidator_test_template.h b/components/invalidation/impl/invalidator_test_template.h
similarity index 96%
rename from components/invalidation/invalidator_test_template.h
rename to components/invalidation/impl/invalidator_test_template.h
index da4d455ad118eaa08cb187ce2bf15e0d33979ea5..cf43a8bfd31905f950a8bd9474b3fac1347b24fe 100644
--- a/components/invalidation/invalidator_test_template.h
+++ b/components/invalidation/impl/invalidator_test_template.h
@@ -74,15 +74,15 @@
//
// Easy!
-#ifndef COMPONENTS_INVALIDATION_INVALIDATOR_TEST_TEMPLATE_H_
-#define COMPONENTS_INVALIDATION_INVALIDATOR_TEST_TEMPLATE_H_
+#ifndef COMPONENTS_INVALIDATION_IMPL_INVALIDATOR_TEST_TEMPLATE_H_
+#define COMPONENTS_INVALIDATION_IMPL_INVALIDATOR_TEST_TEMPLATE_H_
#include "base/basictypes.h"
#include "base/compiler_specific.h"
-#include "components/invalidation/fake_invalidation_handler.h"
-#include "components/invalidation/fake_invalidation_state_tracker.h"
-#include "components/invalidation/invalidator.h"
-#include "components/invalidation/object_id_invalidation_map_test_util.h"
+#include "components/invalidation/impl/fake_invalidation_handler.h"
+#include "components/invalidation/impl/fake_invalidation_state_tracker.h"
+#include "components/invalidation/impl/invalidator.h"
+#include "components/invalidation/impl/object_id_invalidation_map_test_util.h"
#include "google/cacheinvalidation/include/types.h"
#include "google/cacheinvalidation/types.pb.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -399,4 +399,4 @@ REGISTER_TYPED_TEST_CASE_P(InvalidatorTest,
} // namespace syncer
-#endif // COMPONENTS_INVALIDATION_INVALIDATOR_TEST_TEMPLATE_H_
+#endif // COMPONENTS_INVALIDATION_IMPL_INVALIDATOR_TEST_TEMPLATE_H_
« no previous file with comments | « components/invalidation/impl/invalidator_storage.cc ('k') | components/invalidation/impl/invalidator_test_template.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698