diff options
Diffstat (limited to 'chrome/browser/services/gcm/gcm_account_tracker.cc')
-rw-r--r-- | chrome/browser/services/gcm/gcm_account_tracker.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/services/gcm/gcm_account_tracker.cc b/chrome/browser/services/gcm/gcm_account_tracker.cc index 52f2914..8598773 100644 --- a/chrome/browser/services/gcm/gcm_account_tracker.cc +++ b/chrome/browser/services/gcm/gcm_account_tracker.cc @@ -7,6 +7,8 @@ #include <algorithm> #include <vector> +#include "base/bind.h" +#include "base/message_loop/message_loop.h" #include "base/time/time.h" #include "components/gcm_driver/gcm_driver.h" #include "google_apis/gaia/google_service_auth_error.h" |