| Index: components/metrics/test_metrics_service_client.h
|
| ===================================================================
|
| --- components/metrics/test_metrics_service_client.h (revision 271878)
|
| +++ components/metrics/test_metrics_service_client.h (working copy)
|
| @@ -5,6 +5,8 @@
|
| #ifndef COMPONENTS_METRICS_TEST_METRICS_SERVICE_CLIENT_H_
|
| #define COMPONENTS_METRICS_TEST_METRICS_SERVICE_CLIENT_H_
|
|
|
| +#include <string>
|
| +
|
| #include "components/metrics/metrics_service_client.h"
|
|
|
| namespace metrics {
|
| @@ -23,6 +25,8 @@
|
| virtual bool GetBrand(std::string* brand_code) OVERRIDE;
|
| virtual SystemProfileProto::Channel GetChannel() OVERRIDE;
|
| virtual std::string GetVersionString() OVERRIDE;
|
| + virtual void OnFinalLogCollection(const base::Closure& done_callback)
|
| + OVERRIDE;
|
|
|
| const std::string& get_client_id() const { return client_id_; }
|
|
|
|
|