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

Unified Diff: chrome/service/cloud_print/cloud_print_proxy_backend.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_proxy_backend.h
===================================================================
--- chrome/service/cloud_print/cloud_print_proxy_backend.h (revision 92173)
+++ chrome/service/cloud_print/cloud_print_proxy_backend.h (working copy)
@@ -13,7 +13,10 @@
class CloudPrintProxyService;
class GURL;
+
+namespace base {
class DictionaryValue;
+}
namespace gaia {
struct OAuthClientInfo;
@@ -56,7 +59,7 @@
CloudPrintProxyBackend(
CloudPrintProxyFrontend* frontend,
const GURL& cloud_print_server_url,
- const DictionaryValue* print_sys_settings,
+ const base::DictionaryValue* print_sys_settings,
const gaia::OAuthClientInfo& oauth_client_info,
bool enable_job_poll);
~CloudPrintProxyBackend();
« no previous file with comments | « chrome/service/cloud_print/cloud_print_helpers.h ('k') | chrome/service/cloud_print/cloud_print_url_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698