summaryrefslogtreecommitdiffstats
path: root/chrome/browser/services/gcm/gcm_desktop_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/services/gcm/gcm_desktop_utils.h')
-rw-r--r--chrome/browser/services/gcm/gcm_desktop_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/services/gcm/gcm_desktop_utils.h b/chrome/browser/services/gcm/gcm_desktop_utils.h
index c882005..8105829 100644
--- a/chrome/browser/services/gcm/gcm_desktop_utils.h
+++ b/chrome/browser/services/gcm/gcm_desktop_utils.h
@@ -8,6 +8,7 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
+class PrefService;
namespace base {
class FilePath;
}
@@ -23,6 +24,7 @@ class GCMClientFactory;
scoped_ptr<GCMDriver> CreateGCMDriverDesktop(
scoped_ptr<GCMClientFactory> gcm_client_factory,
+ PrefService* prefs,
const base::FilePath& store_path,
const scoped_refptr<net::URLRequestContextGetter>& request_context);