| 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;
|
|
|