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

Unified Diff: components/metrics/version_utils.cc

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/version_utils.h ('k') | components/sync/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/version_utils.cc
diff --git a/components/metrics/net/version_utils.cc b/components/metrics/version_utils.cc
similarity index 89%
rename from components/metrics/net/version_utils.cc
rename to components/metrics/version_utils.cc
index 37452330d9e5d5299e38c79f89754dd2773f868c..d24932b1cf77ce4a9ecc5f0a8256256eceef2ee1 100644
--- a/components/metrics/net/version_utils.cc
+++ b/components/metrics/version_utils.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/metrics/net/version_utils.h"
+#include "components/metrics/version_utils.h"
#include "base/logging.h"
#include "build/build_config.h"
@@ -20,8 +20,7 @@ std::string GetVersionString() {
return version;
}
-SystemProfileProto::Channel AsProtobufChannel(
- version_info::Channel channel) {
+SystemProfileProto::Channel AsProtobufChannel(version_info::Channel channel) {
switch (channel) {
case version_info::Channel::UNKNOWN:
return SystemProfileProto::CHANNEL_UNKNOWN;
« no previous file with comments | « components/metrics/version_utils.h ('k') | components/sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698