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

Unified Diff: chrome/common/extensions/features/feature_channel.cc

Issue 1269773002: Cleanup VersionInfo after componentization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
Index: chrome/common/extensions/features/feature_channel.cc
diff --git a/chrome/common/extensions/features/feature_channel.cc b/chrome/common/extensions/features/feature_channel.cc
index 645b59cf81b058edabcff011aad3cb67484aa202..ba22f639312e06b9b4bec492d6654461f75500ab 100644
--- a/chrome/common/extensions/features/feature_channel.cc
+++ b/chrome/common/extensions/features/feature_channel.cc
@@ -4,7 +4,7 @@
#include "chrome/common/extensions/features/feature_channel.h"
-using chrome::VersionInfo;
+#include "components/version_info/version_info.h"
namespace {

Powered by Google App Engine
This is Rietveld 408576698