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

Unified Diff: components/invalidation/invalidation_test_util.h

Issue 400073003: Finish decoupling sync and invalidations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix GN Created 6 years, 5 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/invalidation_test_util.h
diff --git a/sync/internal_api/public/base/invalidation_test_util.h b/components/invalidation/invalidation_test_util.h
similarity index 75%
rename from sync/internal_api/public/base/invalidation_test_util.h
rename to components/invalidation/invalidation_test_util.h
index e7c08caae0d5d67d5a6dae1a13ca629afa38f515..c3d1e838cd99829c4c874bee1b8670111e5eeeb0 100644
--- a/sync/internal_api/public/base/invalidation_test_util.h
+++ b/components/invalidation/invalidation_test_util.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_INTERNAL_API_PUBLIC_BASE_INVALIDATION_TEST_UTIL_H_
-#define SYNC_INTERNAL_API_PUBLIC_BASE_INVALIDATION_TEST_UTIL_H_
+#ifndef COMPONENTS_INVALIDATION_INVALIDATION_TEST_UTIL_H_
+#define COMPONENTS_INVALIDATION_INVALIDATION_TEST_UTIL_H_
#include <iosfwd>
@@ -23,4 +23,4 @@ void PrintTo(const Invalidation& invalidation, ::std::ostream* os);
} // namespace syncer
-#endif // SYNC_INTERNAL_API_PUBLIC_BASE_INVALIDATION_TEST_UTIL_H_
+#endif // COMPONENTS_INVALIDATION_INVALIDATION_TEST_UTIL_H_
« no previous file with comments | « components/invalidation/invalidation_state_tracker.h ('k') | components/invalidation/invalidation_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698