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

Unified Diff: components/metrics/version_utils.h

Issue 2879703002: WebView: Add channel info for UMA (Closed)
Patch Set: rebase Created 3 years, 7 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
« no previous file with comments | « components/metrics/net/version_utils.cc ('k') | components/metrics/version_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/version_utils.h
diff --git a/components/metrics/net/version_utils.h b/components/metrics/version_utils.h
similarity index 71%
rename from components/metrics/net/version_utils.h
rename to components/metrics/version_utils.h
index 853c846a875e583ad4be4da0b5b0077d0868e02a..3daecc7b7240c0503de91cf9e4efc64b9c43a497 100644
--- a/components/metrics/net/version_utils.h
+++ b/components/metrics/version_utils.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 COMPONENTS_METRICS_NET_VERSION_UTILS_H_
-#define COMPONENTS_METRICS_NET_VERSION_UTILS_H_
+#ifndef COMPONENTS_METRICS_VERSION_UTILS_H_
+#define COMPONENTS_METRICS_VERSION_UTILS_H_
#include <string>
@@ -21,9 +21,8 @@ std::string GetVersionString();
// Translates version_info::Channel to the equivalent
// SystemProfileProto::Channel.
-SystemProfileProto::Channel AsProtobufChannel(
- version_info::Channel channel);
+SystemProfileProto::Channel AsProtobufChannel(version_info::Channel channel);
} // namespace metrics
-#endif // COMPONENTS_METRICS_NET_VERSION_UTILS_H_
+#endif // COMPONENTS_METRICS_VERSION_UTILS_H_
« no previous file with comments | « components/metrics/net/version_utils.cc ('k') | components/metrics/version_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698