| Index: trunk/src/chrome/browser/services/gcm/gcm_profile_service_factory.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/services/gcm/gcm_profile_service_factory.cc (revision 270233)
|
| +++ trunk/src/chrome/browser/services/gcm/gcm_profile_service_factory.cc (working copy)
|
| @@ -7,10 +7,10 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "chrome/browser/profiles/incognito_helpers.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| +#include "chrome/browser/services/gcm/gcm_client_factory.h"
|
| #include "chrome/browser/services/gcm/gcm_profile_service.h"
|
| #include "chrome/browser/signin/profile_oauth2_token_service_factory.h"
|
| #include "chrome/browser/signin/signin_manager_factory.h"
|
| -#include "components/gcm_driver/gcm_client_factory.h"
|
| #include "components/keyed_service/content/browser_context_dependency_manager.h"
|
|
|
| #if !defined(OS_ANDROID)
|
|
|