OLD | NEW |
---|---|
(Empty) | |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 #include "chrome/browser/metrics/chrome_metrics_service_client.h" | |
6 | |
7 MetricsServiceClient::MetricsServiceClient() { | |
8 } | |
9 | |
10 virtual MetricsServiceClient::~MetricsServiceClient() { | |
11 } | |
Ilya Sherman
2014/05/19 11:02:37
nit: namespace metrics
Alexei Svitkine (slow)
2014/05/19 11:43:25
Oops. File removed now, though.
| |
OLD | NEW |