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

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: Fix lost changes to //chrome/common/BUILD.gn and fix compilation of app_window_intercept_all_keys_u… 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..a50dece17f1e5b68900cd235fd1d0c5a7923a280 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