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..ce994981ebfab1c97d53f931562e77236b5cff5d 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) { |