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

Unified Diff: webkit/plugins/npapi/plugin_group.h

Issue 7259019: Move base/values.h into the base namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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
« no previous file with comments | « tools/cros.DEPS/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/plugin_group.h
===================================================================
--- webkit/plugins/npapi/plugin_group.h (revision 92173)
+++ webkit/plugins/npapi/plugin_group.h (working copy)
@@ -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 @@
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_; }
« no previous file with comments | « tools/cros.DEPS/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698