Chromium Code Reviews| Index: components/gcm_driver/default_gcm_app_handler.h |
| diff --git a/components/gcm_driver/default_gcm_app_handler.h b/components/gcm_driver/default_gcm_app_handler.h |
| index 57613a54bada666684f9ac0c95a70b97c2fd295a..1398fe493793442b8393bb5e06c83c2f4995fd15 100644 |
| --- a/components/gcm_driver/default_gcm_app_handler.h |
| +++ b/components/gcm_driver/default_gcm_app_handler.h |
| @@ -8,6 +8,12 @@ |
| #include "base/compiler_specific.h" |
| #include "components/gcm_driver/gcm_app_handler.h" |
| +namespace net { |
| + |
| +class IPEndPoint; |
| + |
| +} |
| + |
| namespace gcm { |
| // The default app handler that is triggered when there is no registered app |