| Index: components/metrics/metrics_service_client.h
|
| diff --git a/components/metrics/metrics_service_client.h b/components/metrics/metrics_service_client.h
|
| index 93b7300e0b49a323dbad354530a78768c04c5f0d..1542db093564ad2c24a7b898d667521f0d92f16e 100644
|
| --- a/components/metrics/metrics_service_client.h
|
| +++ b/components/metrics/metrics_service_client.h
|
| @@ -8,7 +8,6 @@
|
| #include <stdint.h>
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/callback_forward.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string16.h"
|
| @@ -49,7 +48,7 @@ class MetricsServiceClient {
|
|
|
| // Returns the product value to use in uploaded reports, which will be used to
|
| // set the ChromeUserMetricsExtension.product field. See comments on that
|
| - // field on why it's an int32 rather than an enum.
|
| + // field on why it's an int32_t rather than an enum.
|
| virtual int32_t GetProduct() = 0;
|
|
|
| // Returns the current application locale (e.g. "en-US").
|
|
|