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

Unified Diff: chrome/service/cloud_print/cloud_print_url_fetcher.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/service/cloud_print/cloud_print_url_fetcher.h
===================================================================
--- chrome/service/cloud_print/cloud_print_url_fetcher.h (revision 92173)
+++ chrome/service/cloud_print/cloud_print_url_fetcher.h (working copy)
@@ -11,9 +11,12 @@
#include "base/memory/scoped_ptr.h"
#include "content/common/url_fetcher.h"
-class DictionaryValue;
class GURL;
+namespace base {
+class DictionaryValue;
+}
+
namespace net {
class URLRequestStatus;
} // namespace net
@@ -65,7 +68,7 @@
// |succeeded| is the value of the "success" field in the response JSON.
virtual ResponseAction HandleJSONData(const URLFetcher* source,
const GURL& url,
- DictionaryValue* json_data,
+ base::DictionaryValue* json_data,
bool succeeded) {
return CONTINUE_PROCESSING;
}
« no previous file with comments | « chrome/service/cloud_print/cloud_print_proxy_backend.h ('k') | chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698