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

Unified Diff: chrome/common/extensions/manifest_handlers/automation_unittest.cc

Issue 1257633002: Componentize VersionInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert version_info::Channel to a "class enum" 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/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) {

Powered by Google App Engine
This is Rietveld 408576698