| Index: chromecast/browser/metrics/cast_metrics_service_client.h
|
| diff --git a/chromecast/browser/metrics/cast_metrics_service_client.h b/chromecast/browser/metrics/cast_metrics_service_client.h
|
| index ffa17a3f8d16b7aafbb4023b4e9751636c33a5dc..7783f105e3a05326dbdaa3d98bf2f2802c1acec4 100644
|
| --- a/chromecast/browser/metrics/cast_metrics_service_client.h
|
| +++ b/chromecast/browser/metrics/cast_metrics_service_client.h
|
| @@ -57,7 +57,7 @@ class CastMetricsServiceClient : public ::metrics::MetricsServiceClient {
|
| bool GetBrand(std::string* brand_code) override;
|
| ::metrics::SystemProfileProto::Channel GetChannel() override;
|
| std::string GetVersionString() override;
|
| - void OnLogUploadComplete() override;
|
| + void OnLogUploadComplete(bool upload_succeeded) override;
|
| void StartGatheringMetrics(const base::Closure& done_callback) override;
|
| void CollectFinalMetrics(const base::Closure& done_callback) override;
|
| scoped_ptr< ::metrics::MetricsLogUploader> CreateUploader(
|
|
|