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

Unified Diff: components/gcm_driver/fake_gcm_driver.h

Issue 1851423003: Make Web Push use InstanceID tokens instead of GCM registrations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iid4default
Patch Set: Rebase (main conflics in browsertest and PMMF) Created 4 years, 7 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/gcm_driver/fake_gcm_driver.h
diff --git a/components/gcm_driver/fake_gcm_driver.h b/components/gcm_driver/fake_gcm_driver.h
index 363e963d3c2e72ea414c4a627fac0ec5095ff9ba..323e22a002bc13fbf441dea8ac32fd6d08d2ba01 100644
--- a/components/gcm_driver/fake_gcm_driver.h
+++ b/components/gcm_driver/fake_gcm_driver.h
@@ -9,6 +9,10 @@
#include "base/macros.h"
#include "components/gcm_driver/gcm_driver.h"
+namespace base {
+class SequencedTaskRunner;
+}
+
namespace gcm {
class FakeGCMDriver : public GCMDriver {

Powered by Google App Engine
This is Rietveld 408576698