Index: chrome/browser/extensions/api/browsing_data/browsing_data_api.h |
diff --git a/chrome/browser/extensions/api/browsing_data/browsing_data_api.h b/chrome/browser/extensions/api/browsing_data/browsing_data_api.h |
index cefc547cfceb8e9f2d73fcb8234d725b32d88b9e..f0a4f799c4de4c03a2903dd0ae8deae681fb3474 100644 |
--- a/chrome/browser/extensions/api/browsing_data/browsing_data_api.h |
+++ b/chrome/browser/extensions/api/browsing_data/browsing_data_api.h |
@@ -67,8 +67,8 @@ class BrowsingDataSettingsFunction : public SyncExtensionFunction { |
// indicating whether the data type is both selected and permitted to be |
// removed; and a value in the |permitted_dict| with the |data_type| as a |
// key, indicating only whether the data type is permitted to be removed. |
- void SetDetails(DictionaryValue* selected_dict, |
- DictionaryValue* permitted_dict, |
+ void SetDetails(base::DictionaryValue* selected_dict, |
+ base::DictionaryValue* permitted_dict, |
const char* data_type, |
bool is_selected); |
}; |