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

Unified Diff: chrome/service/cloud_print/cloud_print_helpers.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 | « chrome/renderer/print_web_view_helper.h ('k') | chrome/service/cloud_print/cloud_print_proxy_backend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/cloud_print/cloud_print_helpers.h
===================================================================
--- chrome/service/cloud_print/cloud_print_helpers.h (revision 92173)
+++ chrome/service/cloud_print/cloud_print_helpers.h (working copy)
@@ -12,10 +12,13 @@
#include "chrome/service/cloud_print/print_system.h"
#include "googleurl/src/gurl.h"
-class DictionaryValue;
class Task;
class URLFetcher;
+namespace base {
+class DictionaryValue;
+}
+
// Helper methods for the cloud print proxy code.
class CloudPrintHelpers {
public:
@@ -47,7 +50,8 @@
// value returns the value of the "success" value in the response JSON.
// Returns the response as a dictionary value.
static bool ParseResponseJSON(const std::string& response_data,
- bool* succeeded, DictionaryValue** response_dict);
+ bool* succeeded,
+ base::DictionaryValue** response_dict);
// Prepares one value as part of a multi-part upload request.
static void AddMultipartValueForUpload(
@@ -72,4 +76,3 @@
};
#endif // CHROME_SERVICE_CLOUD_PRINT_CLOUD_PRINT_HELPERS_H_
-
« no previous file with comments | « chrome/renderer/print_web_view_helper.h ('k') | chrome/service/cloud_print/cloud_print_proxy_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698