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..bc8a789d19c1daa90d2d7aa6c5a0c59bed2f0a16 100644 |
| --- a/components/gcm_driver/default_gcm_app_handler.h |
| +++ b/components/gcm_driver/default_gcm_app_handler.h |
| @@ -8,6 +8,10 @@ |
| #include "base/compiler_specific.h" |
| #include "components/gcm_driver/gcm_app_handler.h" |
| +namespace net { |
|
fgorski
2014/08/26 22:26:08
I think this is already forward declared in gcm_cl
Luigi Semenzato
2014/09/05 18:02:33
Done.
|
| +class IPEndPoint; |
| +} |
| + |
| namespace gcm { |
| // The default app handler that is triggered when there is no registered app |