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

Unified Diff: sync/notifier/invalidation_util.h

Issue 10837214: Refactor ModelTypePayloadMap and ObjectIdPayloadMap to StateMaps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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: sync/notifier/invalidation_util.h
diff --git a/sync/notifier/invalidation_util.h b/sync/notifier/invalidation_util.h
index bc43523cd2452e9d528813f675007ea8dce66db4..2f3198bc42a63d84ac4220360914dc9544141048 100644
--- a/sync/notifier/invalidation_util.h
+++ b/sync/notifier/invalidation_util.h
@@ -7,6 +7,7 @@
#ifndef SYNC_NOTIFIER_INVALIDATION_UTIL_H_
#define SYNC_NOTIFIER_INVALIDATION_UTIL_H_
+#include <iosfwd>
#include <set>
#include <string>
@@ -17,6 +18,9 @@ namespace invalidation {
class Invalidation;
class ObjectId;
+// Gmock print helper
+void PrintTo(const invalidation::ObjectId& id, std::ostream* os);
dcheng 2012/08/18 00:41:29 I ended up placing this here mostly for convenienc
+
} // namespace invalidation
namespace syncer {

Powered by Google App Engine
This is Rietveld 408576698