Index: sync/notifier/sync_system_resources.h |
diff --git a/sync/notifier/sync_system_resources.h b/sync/notifier/sync_system_resources.h |
index 22fcb96c2cf15f7d5108c21cea31875654f68f06..14711dd9b238bd56dc7350d2bb2a9b45c532cc4b 100644 |
--- a/sync/notifier/sync_system_resources.h |
+++ b/sync/notifier/sync_system_resources.h |
@@ -26,6 +26,8 @@ |
namespace syncer { |
+class GCMNetworkChannelDelegate; |
+ |
class SyncLogger : public invalidation::Logger { |
public: |
SyncLogger(); |
@@ -123,7 +125,9 @@ class SYNC_EXPORT_PRIVATE SyncNetworkChannel |
// specific parameters. |
static scoped_ptr<SyncNetworkChannel> CreatePushClientChannel( |
const notifier::NotifierOptions& notifier_options); |
- static scoped_ptr<SyncNetworkChannel> CreateGCMNetworkChannel(); |
+ static scoped_ptr<SyncNetworkChannel> CreateGCMNetworkChannel( |
+ scoped_refptr<net::URLRequestContextGetter> request_context_getter, |
+ scoped_ptr<GCMNetworkChannelDelegate> delegate); |
const std::string& GetServiceContextForTest() const; |