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

Unified Diff: chrome/browser/apps/app_window_intercept_all_keys_uitest.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/apps/app_window_intercept_all_keys_uitest.cc
diff --git a/chrome/browser/apps/app_window_intercept_all_keys_uitest.cc b/chrome/browser/apps/app_window_intercept_all_keys_uitest.cc
index 6d61972d31f8e9467fe6dfd54089dd980b422d17..1b7cf1cce0d97206a156a288731d18c6270b9ab8 100644
--- a/chrome/browser/apps/app_window_intercept_all_keys_uitest.cc
+++ b/chrome/browser/apps/app_window_intercept_all_keys_uitest.cc
@@ -220,8 +220,8 @@ IN_PROC_BROWSER_TEST_F(AppWindowInterceptAllKeysTest,
// Tests that the application cannot be loaded in stable.
IN_PROC_BROWSER_TEST_F(AppWindowInterceptAllKeysTest, CannotLoadOtherThanDev) {
- chrome::VersionInfo::Channel version_info[] = {
- chrome::VersionInfo::CHANNEL_BETA, chrome::VersionInfo::CHANNEL_STABLE};
+ version_info::Channel version_info[] = {
+ version_info::CHANNEL_BETA, version_info::CHANNEL_STABLE};
for (unsigned int index = 0; index < arraysize(version_info); index++) {
extensions::ScopedCurrentChannel channel(version_info[index]);
const extensions::Extension* extension = nullptr;

Powered by Google App Engine
This is Rietveld 408576698