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

Unified Diff: chrome/browser/component_updater/component_installers_unittest.cc

Issue 2539363004: Make base::Value::TYPE a scoped enum. (Closed)
Patch Set: Rebase Created 4 years 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/component_updater/component_installers_unittest.cc
diff --git a/chrome/browser/component_updater/component_installers_unittest.cc b/chrome/browser/component_updater/component_installers_unittest.cc
index 14c128e729cad344d7ddb7fde14fa5320e21dc5b..39b1a15177eca5850e5162e23db8c105d614177d 100644
--- a/chrome/browser/component_updater/component_installers_unittest.cc
+++ b/chrome/browser/component_updater/component_installers_unittest.cc
@@ -89,7 +89,7 @@ TEST(ComponentInstallerTest, PepperFlashCheck) {
base::DictionaryValue::From(deserializer.Deserialize(NULL, &error));
ASSERT_TRUE(root);
- ASSERT_TRUE(root->IsType(base::Value::TYPE_DICTIONARY));
+ ASSERT_TRUE(root->IsType(base::Value::Type::DICTIONARY));
// This checks that the whole manifest is compatible.
base::Version version;
« no previous file with comments | « chrome/browser/chromeos/proxy_cros_settings_parser.cc ('k') | chrome/browser/component_updater/pnacl_component_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698