Chromium Code Reviews| Index: chrome/browser/services/gcm/gcm_profile_service.cc |
| diff --git a/chrome/browser/services/gcm/gcm_profile_service.cc b/chrome/browser/services/gcm/gcm_profile_service.cc |
| index 2f0569f47fcc092d16e39a175d7166ec519a71e3..1de82ceca1e69724bd67cdd998eb06d1cef3338a 100644 |
| --- a/chrome/browser/services/gcm/gcm_profile_service.cc |
| +++ b/chrome/browser/services/gcm/gcm_profile_service.cc |
| @@ -25,8 +25,8 @@ |
| #include "chrome/common/chrome_paths.h" |
| #include "chrome/common/chrome_version_info.h" |
| #include "chrome/common/pref_names.h" |
| +#include "components/encryptor/encryptor.h" |
|
Lei Zhang
2014/02/18 01:48:56
Not used?
tfarina
2014/02/21 02:14:41
Done.
|
| #include "components/user_prefs/pref_registry_syncable.h" |
| -#include "components/webdata/encryptor/encryptor.h" |
| #include "content/public/browser/browser_thread.h" |
| #include "content/public/browser/notification_details.h" |
| #include "content/public/browser/notification_source.h" |