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

Unified Diff: chrome/common/metrics/version_utils.h

Issue 1269773002: Cleanup VersionInfo after componentization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 4 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 | « chrome/common/mac/mock_launchd.cc ('k') | chrome/common/metrics/version_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/metrics/version_utils.h
diff --git a/chrome/common/metrics/version_utils.h b/chrome/common/metrics/version_utils.h
index 389c22791dbaa9320584ed82cefe418a288ea666..a73b6168b49f11a9e20678cb06a8f7e1a34d522f 100644
--- a/chrome/common/metrics/version_utils.h
+++ b/chrome/common/metrics/version_utils.h
@@ -7,9 +7,12 @@
#include <string>
-#include "chrome/common/chrome_version_info.h"
#include "components/metrics/proto/system_profile.pb.h"
+namespace version_info {
+enum class Channel;
+}
+
namespace metrics {
// Build a string including the Chrome app version, suffixed by "-64" on 64-bit
« no previous file with comments | « chrome/common/mac/mock_launchd.cc ('k') | chrome/common/metrics/version_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698