| Index: components/gcm_driver/registration_info.cc
|
| diff --git a/components/gcm_driver/registration_info.cc b/components/gcm_driver/registration_info.cc
|
| index b6f3d7014a79f71b89792e75fcdef5c3327f0c8f..92baab3dd288e66892d4ae1ddd38f64091a09f8a 100644
|
| --- a/components/gcm_driver/registration_info.cc
|
| +++ b/components/gcm_driver/registration_info.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "components/gcm_driver/registration_info.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/strings/string_split.h"
|
| #include "base/strings/string_util.h"
|
|
|
|
|