Index: chrome/common/extensions/manifest_handlers/automation_unittest.cc |
diff --git a/chrome/common/extensions/manifest_handlers/automation_unittest.cc b/chrome/common/extensions/manifest_handlers/automation_unittest.cc |
index 125119021b1849803ecc6304afba46ea54f83438..3f7a7c71f9beafd5613245723e6c2f3a2c67607b 100644 |
--- a/chrome/common/extensions/manifest_handlers/automation_unittest.cc |
+++ b/chrome/common/extensions/manifest_handlers/automation_unittest.cc |
@@ -17,7 +17,7 @@ namespace extensions { |
class AutomationManifestTest : public ChromeManifestTest { |
public: |
- AutomationManifestTest() : channel_(chrome::VersionInfo::CHANNEL_UNKNOWN) {} |
+ AutomationManifestTest() : channel_(version_info::Channel::UNKNOWN) {} |
protected: |
AutomationInfo* GetAutomationInfo(scoped_refptr<Extension> extension) { |