Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: chromecast/browser/metrics/cast_metrics_service_client.h

Issue 638803002: Reorganizes Chromecast code to better reflect functional dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: extra DEPS: chromecast/crash/android --> chromecast/common Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromecast/browser/metrics/cast_metrics_service_client.h
diff --git a/chromecast/metrics/cast_metrics_service_client.h b/chromecast/browser/metrics/cast_metrics_service_client.h
similarity index 92%
rename from chromecast/metrics/cast_metrics_service_client.h
rename to chromecast/browser/metrics/cast_metrics_service_client.h
index 9f5997a8850bd2a21eea906bc79a0a76b8f72a45..605c91c124d6084e165acc746f07a482e5249bec 100644
--- a/chromecast/metrics/cast_metrics_service_client.h
+++ b/chromecast/browser/metrics/cast_metrics_service_client.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROMECAST_METRICS_CAST_METRICS_SERVICE_CLIENT_H_
-#define CHROMECAST_METRICS_CAST_METRICS_SERVICE_CLIENT_H_
+#ifndef CHROMECAST_BROWSER_METRICS_CAST_METRICS_SERVICE_CLIENT_H_
+#define CHROMECAST_BROWSER_METRICS_CAST_METRICS_SERVICE_CLIENT_H_
#include <string>
@@ -80,4 +80,4 @@ class CastMetricsServiceClient : public ::metrics::MetricsServiceClient {
} // namespace metrics
} // namespace chromecast
-#endif // CHROMECAST_METRICS_CAST_METRICS_SERVICE_CLIENT_H_
+#endif // CHROMECAST_BROWSER_METRICS_CAST_METRICS_SERVICE_CLIENT_H_
« no previous file with comments | « chromecast/browser/metrics/cast_metrics_prefs.cc ('k') | chromecast/browser/metrics/cast_metrics_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698