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

Unified Diff: chrome/browser/extensions/extension_debugger_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_debugger_api.h
===================================================================
--- chrome/browser/extensions/extension_debugger_api.h (revision 92173)
+++ chrome/browser/extensions/extension_debugger_api.h (working copy)
@@ -15,10 +15,13 @@
// Base debugger function.
-class DictionaryValue;
class ExtensionDevToolsClientHost;
class TabContents;
+namespace base {
+class DictionaryValue;
+}
+
class DebuggerFunction : public AsyncExtensionFunction {
protected:
DebuggerFunction();
@@ -56,7 +59,7 @@
virtual ~SendRequestDebuggerFunction();
virtual bool RunImpl();
- void SendResponseBody(DictionaryValue* dictionary);
+ void SendResponseBody(base::DictionaryValue* dictionary);
DECLARE_EXTENSION_FUNCTION_NAME("experimental.debugger.sendRequest")
};
« no previous file with comments | « chrome/browser/extensions/extension_cookies_helpers.h ('k') | chrome/browser/extensions/extension_file_browser_private_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698