| Index: chrome/browser/services/gcm/gcm_desktop_utils.h
|
| diff --git a/chrome/browser/services/gcm/gcm_desktop_utils.h b/chrome/browser/services/gcm/gcm_desktop_utils.h
|
| index 8105829d017233a59073fd6a942eb44204d2644d..c882005c51cfab134f962e84b7071546d7e03045 100644
|
| --- a/chrome/browser/services/gcm/gcm_desktop_utils.h
|
| +++ b/chrome/browser/services/gcm/gcm_desktop_utils.h
|
| @@ -8,7 +8,6 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|
| -class PrefService;
|
| namespace base {
|
| class FilePath;
|
| }
|
| @@ -24,7 +23,6 @@
|
|
|
| scoped_ptr<GCMDriver> CreateGCMDriverDesktop(
|
| scoped_ptr<GCMClientFactory> gcm_client_factory,
|
| - PrefService* prefs,
|
| const base::FilePath& store_path,
|
| const scoped_refptr<net::URLRequestContextGetter>& request_context);
|
|
|
|
|