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

Unified Diff: gpu/config/gpu_control_list.cc

Issue 16915006: Convert most of extensions and some other random stuff to using the base namespace for Values. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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: gpu/config/gpu_control_list.cc
diff --git a/gpu/config/gpu_control_list.cc b/gpu/config/gpu_control_list.cc
index 98d8233c4eeeef29ef210d0f23ff290630b17119..b7da59bb7abc39015e609e8ddab71022fd8587ac 100644
--- a/gpu/config/gpu_control_list.cc
+++ b/gpu/config/gpu_control_list.cc
@@ -1189,7 +1189,7 @@ bool GpuControlList::LoadList(
return false;
base::DictionaryValue* root_dictionary =
- static_cast<DictionaryValue*>(root.get());
+ static_cast<base::DictionaryValue*>(root.get());
DCHECK(root_dictionary);
return LoadList(*root_dictionary, os_filter);
}

Powered by Google App Engine
This is Rietveld 408576698