summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
Diffstat (limited to 'webkit')
-rw-r--r--webkit/plugins/npapi/plugin_group.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/webkit/plugins/npapi/plugin_group.h b/webkit/plugins/npapi/plugin_group.h
index 063713a..7d5f67b 100644
--- a/webkit/plugins/npapi/plugin_group.h
+++ b/webkit/plugins/npapi/plugin_group.h
@@ -16,12 +16,15 @@
#include "base/string16.h"
#include "webkit/plugins/npapi/webplugininfo.h"
-class DictionaryValue;
class FilePath;
class TableModelArrayControllerTest;
class PluginExceptionsTableModelTest;
class Version;
+namespace base {
+class DictionaryValue;
+}
+
namespace webkit {
namespace npapi {
@@ -165,10 +168,10 @@ class PluginGroup {
const string16& description() const { return description_; }
// Returns a DictionaryValue with data to display in the UI.
- DictionaryValue* GetDataForUI() const;
+ base::DictionaryValue* GetDataForUI() const;
// Returns a DictionaryValue with data to save in the preferences.
- DictionaryValue* GetSummary() const;
+ base::DictionaryValue* GetSummary() const;
// Returns the update URL.
std::string GetUpdateURL() const { return update_url_; }