Index: components/gcm_driver/gcm_account_mapper.h |
diff --git a/components/gcm_driver/gcm_account_mapper.h b/components/gcm_driver/gcm_account_mapper.h |
index fd1ca640b3773f89298a234c159fd485a7920ecc..e96b0b05bddb63a374b4ee98d98744034f3a684e 100644 |
--- a/components/gcm_driver/gcm_account_mapper.h |
+++ b/components/gcm_driver/gcm_account_mapper.h |
@@ -22,6 +22,7 @@ class Clock; |
namespace gcm { |
class GCMDriver; |
+extern const char kGCMAccountMapperAppId[]; |
// Class for mapping signed-in GAIA accounts to the GCM Device ID. |
class GCMAccountMapper : public GCMAppHandler { |
@@ -29,6 +30,7 @@ class GCMAccountMapper : public GCMAppHandler { |
// List of account mappings. |
typedef std::vector<AccountMapping> AccountMappings; |
+ |
explicit GCMAccountMapper(GCMDriver* gcm_driver); |
virtual ~GCMAccountMapper(); |