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

Unified Diff: components/invalidation/impl/object_id_invalidation_map_test_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/object_id_invalidation_map_test_util.h
diff --git a/components/invalidation/object_id_invalidation_map_test_util.h b/components/invalidation/impl/object_id_invalidation_map_test_util.h
similarity index 53%
rename from components/invalidation/object_id_invalidation_map_test_util.h
rename to components/invalidation/impl/object_id_invalidation_map_test_util.h
index 9be67a83ea1e5aec43f265e4b7de4c0e553056f7..0dc4c5baa2b5a8651a35bb5b7f707cd03e993d8d 100644
--- a/components/invalidation/object_id_invalidation_map_test_util.h
+++ b/components/invalidation/impl/object_id_invalidation_map_test_util.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_INVALIDATION_OBJECT_ID_INVALIDATION_MAP_TEST_UTIL_H_
-#define COMPONENTS_INVALIDATION_OBJECT_ID_INVALIDATION_MAP_TEST_UTIL_H_
+#ifndef COMPONENTS_INVALIDATION_IMPL_OBJECT_ID_INVALIDATION_MAP_TEST_UTIL_H_
+#define COMPONENTS_INVALIDATION_IMPL_OBJECT_ID_INVALIDATION_MAP_TEST_UTIL_H_
// Convince googletest to use the correct overload for PrintTo().
-#include "components/invalidation/invalidation_test_util.h"
-#include "components/invalidation/object_id_invalidation_map.h"
+#include "components/invalidation/impl/invalidation_test_util.h"
+#include "components/invalidation/public/object_id_invalidation_map.h"
#include "testing/gmock/include/gmock/gmock.h"
namespace syncer {
@@ -17,4 +17,4 @@ namespace syncer {
} // namespace syncer
-#endif // COMPONENTS_INVALIDATION_OBJECT_ID_INVALIDATION_MAP_TEST_UTIL_H_
+#endif // COMPONENTS_INVALIDATION_IMPL_OBJECT_ID_INVALIDATION_MAP_TEST_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698