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

Unified Diff: chrome/common/extensions/manifest_tests/chrome_manifest_test.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_tests/chrome_manifest_test.cc
diff --git a/chrome/common/extensions/manifest_tests/chrome_manifest_test.cc b/chrome/common/extensions/manifest_tests/chrome_manifest_test.cc
index ce37a31d8d3d83eafba5538ba074f6738414b8e5..956c229119d3af253ee708d893393a4084cc7b14 100644
--- a/chrome/common/extensions/manifest_tests/chrome_manifest_test.cc
+++ b/chrome/common/extensions/manifest_tests/chrome_manifest_test.cc
@@ -11,7 +11,7 @@
ChromeManifestTest::ChromeManifestTest()
// CHANNEL_UNKNOWN == trunk.
- : current_channel_(chrome::VersionInfo::CHANNEL_UNKNOWN) {}
+ : current_channel_(version_info::Channel::UNKNOWN) {}
ChromeManifestTest::~ChromeManifestTest() {
}

Powered by Google App Engine
This is Rietveld 408576698