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

Unified Diff: components/invalidation/mock_ack_handler.h

Issue 446223002: Remove WeakHandle from components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Hack to fix GN Created 6 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: components/invalidation/mock_ack_handler.h
diff --git a/components/invalidation/mock_ack_handler.h b/components/invalidation/mock_ack_handler.h
index cd394b7510774cc3bedc23b2c8953e7044eb1e3e..792c57a976fb077435af21ea2e7d72a50469e966 100644
--- a/components/invalidation/mock_ack_handler.h
+++ b/components/invalidation/mock_ack_handler.h
@@ -13,7 +13,6 @@
#include "components/invalidation/ack_handler.h"
#include "components/invalidation/invalidation_export.h"
#include "components/invalidation/invalidation_util.h"
-#include "sync/internal_api/public/util/weak_handle.h"
namespace syncer {
@@ -68,8 +67,6 @@ class INVALIDATION_EXPORT MockAckHandler
AckHandle,
ObjectIdLessThan> IdHandleMap;
- WeakHandle<AckHandler> WeakHandleThis();
-
InvalidationVector unsent_invalidations_;
InvalidationVector unacked_invalidations_;
InvalidationVector acked_invalidations_;

Powered by Google App Engine
This is Rietveld 408576698