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

Unified Diff: chrome/browser/policy/policy_browsertest.cc

Issue 1257633002: Componentize VersionInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix OWNERS (copy from //chrome/OWNERS) 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/policy/policy_browsertest.cc
diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc
index 940b1c683b212d077a66be234bff35e482b7094f..ddd4f6aa7e88796d78f788789dd2bc895bd4ba63 100644
--- a/chrome/browser/policy/policy_browsertest.cc
+++ b/chrome/browser/policy/policy_browsertest.cc
@@ -1680,7 +1680,7 @@ IN_PROC_BROWSER_TEST_F(PolicyTest, ExtensionInstallBlacklistSharedModules) {
// Make sure that "import" and "export" are available to these extension IDs
// by mocking the release channel.
- extensions::ScopedCurrentChannel channel(chrome::VersionInfo::CHANNEL_DEV);
+ extensions::ScopedCurrentChannel channel(version_info::CHANNEL_DEV);
// Verify that the extensions are not installed initially.
ExtensionService* service = extension_service();

Powered by Google App Engine
This is Rietveld 408576698