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

Unified Diff: content/browser/devtools/devtools_protocol.h

Issue 16915006: Convert most of extensions and some other random stuff to using the base namespace for Values. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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: content/browser/devtools/devtools_protocol.h
diff --git a/content/browser/devtools/devtools_protocol.h b/content/browser/devtools/devtools_protocol.h
index a2ef7db95f2244beec636a7d975b7a703b7dfe75..d3029ae30197d13cc8a0b36770db6fdd0ae16c5b 100644
--- a/content/browser/devtools/devtools_protocol.h
+++ b/content/browser/devtools/devtools_protocol.h
@@ -151,8 +151,8 @@ class DevToolsProtocol {
base::DictionaryValue* params);
private:
- static DictionaryValue* ParseMessage(const std::string& json,
- std::string* error_response);
+ static base::DictionaryValue* ParseMessage(const std::string& json,
+ std::string* error_response);
DevToolsProtocol() {}
~DevToolsProtocol() {}

Powered by Google App Engine
This is Rietveld 408576698