Index: content/browser/gpu/gpu_internals_ui.cc |
diff --git a/content/browser/gpu/gpu_internals_ui.cc b/content/browser/gpu/gpu_internals_ui.cc |
index 5ff4373c497b67ebbcccabfa2b9dff3490186b29..d58b6ff01487501922ef72e87e1a1b8c7c0e98e3 100644 |
--- a/content/browser/gpu/gpu_internals_ui.cc |
+++ b/content/browser/gpu/gpu_internals_ui.cc |
@@ -334,7 +334,7 @@ void GpuMessageHandler::OnGpuInfoUpdate() { |
scoped_ptr<base::DictionaryValue> gpu_info_val(GpuInfoAsDictionaryValue()); |
// Add in blacklisting features |
- base::DictionaryValue* feature_status = new DictionaryValue; |
+ base::DictionaryValue* feature_status = new base::DictionaryValue; |
feature_status->Set("featureStatus", GetFeatureStatus()); |
feature_status->Set("problems", GetProblems()); |
feature_status->Set("workarounds", GetDriverBugWorkarounds()); |