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

Unified Diff: chrome/browser/extensions/api/idltest/idltest_apitest.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/browser/extensions/api/idltest/idltest_apitest.cc
diff --git a/chrome/browser/extensions/api/idltest/idltest_apitest.cc b/chrome/browser/extensions/api/idltest/idltest_apitest.cc
index 57eae4afd233faefc3ec130bda2652d8932ec7bb..c823c3f02e7820572364a6180bd7fdebc94667c3 100644
--- a/chrome/browser/extensions/api/idltest/idltest_apitest.cc
+++ b/chrome/browser/extensions/api/idltest/idltest_apitest.cc
@@ -9,7 +9,7 @@
class ExtensionIdltestApiTest : public ExtensionApiTest {
public:
// Set the channel to "trunk" since idltest is restricted to trunk.
- ExtensionIdltestApiTest() : trunk_(chrome::VersionInfo::CHANNEL_UNKNOWN) {}
+ ExtensionIdltestApiTest() : trunk_(version_info::Channel::UNKNOWN) {}
~ExtensionIdltestApiTest() override {}
private:

Powered by Google App Engine
This is Rietveld 408576698