summaryrefslogtreecommitdiffstats
path: root/google_apis/gcm/engine/gcm_store_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'google_apis/gcm/engine/gcm_store_impl.h')
-rw-r--r--google_apis/gcm/engine/gcm_store_impl.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/google_apis/gcm/engine/gcm_store_impl.h b/google_apis/gcm/engine/gcm_store_impl.h
index af89cff..5fe06a5 100644
--- a/google_apis/gcm/engine/gcm_store_impl.h
+++ b/google_apis/gcm/engine/gcm_store_impl.h
@@ -5,7 +5,9 @@
#ifndef GOOGLE_APIS_GCM_ENGINE_GCM_STORE_IMPL_H_
#define GOOGLE_APIS_GCM_ENGINE_GCM_STORE_IMPL_H_
-#include "base/basictypes.h"
+#include <stdint.h>
+
+#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
#include "google_apis/gcm/base/gcm_export.h"
@@ -44,8 +46,8 @@ class GCM_EXPORT GCMStoreImpl : public GCMStore {
void Destroy(const UpdateCallback& callback) override;
// Sets this device's messaging credentials.
- void SetDeviceCredentials(uint64 device_android_id,
- uint64 device_security_token,
+ void SetDeviceCredentials(uint64_t device_android_id,
+ uint64_t device_security_token,
const UpdateCallback& callback) override;
// Registration info.