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

Unified Diff: components/invalidation/unacked_invalidation_set_test_util.h

Issue 387733004: Move sync/notifier to components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add dep on dynamic_annotations (see crbug.com/392532) 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/unacked_invalidation_set_test_util.h
diff --git a/sync/notifier/unacked_invalidation_set_test_util.h b/components/invalidation/unacked_invalidation_set_test_util.h
similarity index 70%
rename from sync/notifier/unacked_invalidation_set_test_util.h
rename to components/invalidation/unacked_invalidation_set_test_util.h
index e93726b28aa7d12fd49c90007392b72f04d2c436..5abc4c5628030347d00375a57ba32d6f54845c12 100644
--- a/sync/notifier/unacked_invalidation_set_test_util.h
+++ b/components/invalidation/unacked_invalidation_set_test_util.h
@@ -2,7 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/notifier/unacked_invalidation_set.h"
+#ifndef COMPONENTS_INVALIDATION_UNACKED_INVALIDATION_SET_TEST_UTIL_H_
+#define COMPONENTS_INVALIDATION_UNACKED_INVALIDATION_SET_TEST_UTIL_H_
+
+#include "components/invalidation/unacked_invalidation_set.h"
#include "testing/gmock/include/gmock/gmock-matchers.h"
@@ -23,3 +26,5 @@ void PrintTo(const UnackedInvalidationsMap& map, ::std::ostream* os);
} // namespace test_util
} // namespace syncer
+
+#endif // COMPONENTS_INVALIDATION_UNACKED_INVALIDATION_SET_TEST_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698