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

Unified Diff: chrome/browser/extensions/extension_browser_actions_api.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
Index: chrome/browser/extensions/extension_browser_actions_api.h
===================================================================
--- chrome/browser/extensions/extension_browser_actions_api.h (revision 92173)
+++ chrome/browser/extensions/extension_browser_actions_api.h (working copy)
@@ -9,9 +9,12 @@
#include "chrome/browser/extensions/extension_function.h"
#include "chrome/common/extensions/extension_action.h"
-class DictionaryValue;
class ExtensionAction;
+namespace base {
+class DictionaryValue;
+}
+
// Base class for chrome.browserAction.* APIs.
class BrowserActionFunction : public SyncExtensionFunction {
protected:
@@ -25,7 +28,7 @@
// All the browser action APIs take a single argument called details that is
// a dictionary.
- DictionaryValue* details_;
+ base::DictionaryValue* details_;
// The tab id the browser action function should apply to, if any, or
// kDefaultTabId if none was specified.
« no previous file with comments | « chrome/browser/extensions/extension_bookmarks_module.h ('k') | chrome/browser/extensions/extension_content_settings_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698