| Index: components/gcm_driver/gcm_account_tracker.h
|
| diff --git a/components/gcm_driver/gcm_account_tracker.h b/components/gcm_driver/gcm_account_tracker.h
|
| index e6a4157ae9eb9f95c04287fdfaee77f5f1034383..3e2ff023bb93d95b94df7b3066b316551932db93 100644
|
| --- a/components/gcm_driver/gcm_account_tracker.h
|
| +++ b/components/gcm_driver/gcm_account_tracker.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef COMPONENTS_GCM_DRIVER_GCM_ACCOUNT_TRACKER_H_
|
| #define COMPONENTS_GCM_DRIVER_GCM_ACCOUNT_TRACKER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <map>
|
| #include <string>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "components/gcm_driver/gcm_client.h"
|
| #include "components/gcm_driver/gcm_connection_observer.h"
|
|
|