Index: chrome/common/extensions/features/feature_channel.h |
diff --git a/chrome/common/extensions/features/feature_channel.h b/chrome/common/extensions/features/feature_channel.h |
index 88263a13c9287782cd617e63a5975c882908b8bd..3ca719cce693c47f578887a4e6004f451c7f22bb 100644 |
--- a/chrome/common/extensions/features/feature_channel.h |
+++ b/chrome/common/extensions/features/feature_channel.h |
@@ -5,7 +5,8 @@ |
#ifndef CHROME_COMMON_EXTENSIONS_FEATURES_FEATURE_CHANNEL_H_ |
#define CHROME_COMMON_EXTENSIONS_FEATURES_FEATURE_CHANNEL_H_ |
-#include "chrome/common/chrome_version_info.h" |
+#include "base/macros.h" |
+#include "components/version_info/version_info.h" |
namespace extensions { |
@@ -13,8 +14,8 @@ namespace extensions { |
version_info::Channel GetCurrentChannel(); |
// Sets the current channel as seen by the Feature system. In the browser |
-// process this should be chrome::VersionInfo::GetChannel(), and in the |
-// renderer this will need to come from an IPC. |
+// process this should be chrome::GetChannel(), and in the renderer this will |
+// need to come from an IPC. |
void SetCurrentChannel(version_info::Channel channel); |
// Gets the default channel as seen by the Feature system. |