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

Unified Diff: chrome/common/pepper_permission_util_unittest.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/common/pepper_permission_util_unittest.cc
diff --git a/chrome/common/pepper_permission_util_unittest.cc b/chrome/common/pepper_permission_util_unittest.cc
index 54ca829b2a1816e1104b241a14e1b409a3c76c4b..9f748be72694475adf0da6a3307d4d603738f6bf 100644
--- a/chrome/common/pepper_permission_util_unittest.cc
+++ b/chrome/common/pepper_permission_util_unittest.cc
@@ -43,7 +43,7 @@ scoped_refptr<Extension> CreateExtensionImportingModule(
} // namespace
TEST(PepperPermissionUtilTest, ExtensionWhitelisting) {
- ScopedCurrentChannel current_channel(chrome::VersionInfo::CHANNEL_UNKNOWN);
+ ScopedCurrentChannel current_channel(version_info::CHANNEL_UNKNOWN);
ExtensionSet extensions;
std::string whitelisted_id =
crx_file::id_util::GenerateId("whitelisted_extension");
@@ -79,7 +79,7 @@ TEST(PepperPermissionUtilTest, ExtensionWhitelisting) {
}
TEST(PepperPermissionUtilTest, SharedModuleWhitelisting) {
- ScopedCurrentChannel current_channel(chrome::VersionInfo::CHANNEL_UNKNOWN);
+ ScopedCurrentChannel current_channel(version_info::CHANNEL_UNKNOWN);
ExtensionSet extensions;
std::string whitelisted_id = crx_file::id_util::GenerateId("extension_id");
std::string bad_id = crx_file::id_util::GenerateId("bad_id");

Powered by Google App Engine
This is Rietveld 408576698