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