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

Unified Diff: components/invalidation/impl/unacked_invalidation_set_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/unacked_invalidation_set_test_util.h
diff --git a/components/invalidation/unacked_invalidation_set_test_util.h b/components/invalidation/impl/unacked_invalidation_set_test_util.h
similarity index 69%
rename from components/invalidation/unacked_invalidation_set_test_util.h
rename to components/invalidation/impl/unacked_invalidation_set_test_util.h
index 4adbb56c6f4e068e4d51cf0a39992d304b433712..8684d6977c1b1e379768208b227affe1f7228093 100644
--- a/components/invalidation/unacked_invalidation_set_test_util.h
+++ b/components/invalidation/impl/unacked_invalidation_set_test_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_UNACKED_INVALIDATION_SET_TEST_UTIL_H_
-#define COMPONENTS_INVALIDATION_UNACKED_INVALIDATION_SET_TEST_UTIL_H_
+#ifndef COMPONENTS_INVALIDATION_IMPL_UNACKED_INVALIDATION_SET_TEST_UTIL_H_
+#define COMPONENTS_INVALIDATION_IMPL_UNACKED_INVALIDATION_SET_TEST_UTIL_H_
-#include "components/invalidation/unacked_invalidation_set.h"
+#include "components/invalidation/impl/unacked_invalidation_set.h"
#include "testing/gmock/include/gmock/gmock-matchers.h"
@@ -27,4 +27,4 @@ void PrintTo(const UnackedInvalidationsMap& map, ::std::ostream* os);
} // namespace syncer
-#endif // COMPONENTS_INVALIDATION_UNACKED_INVALIDATION_SET_TEST_UTIL_H_
+#endif // COMPONENTS_INVALIDATION_IMPL_UNACKED_INVALIDATION_SET_TEST_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698