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

Unified Diff: chrome/service/cloud_print/cloud_print_wipeout.cc

Issue 11360151: Move common cloud print methods from service/cloud_print to common/cloud_print. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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_wipeout.cc
diff --git a/chrome/service/cloud_print/cloud_print_wipeout.cc b/chrome/service/cloud_print/cloud_print_wipeout.cc
index 4c18623c7dc8a4233ac7c31c6a43c3d61aeb6b32..6ad35d83c945c2e76e8375c57016ddd8b5543d3d 100644
--- a/chrome/service/cloud_print/cloud_print_wipeout.cc
+++ b/chrome/service/cloud_print/cloud_print_wipeout.cc
@@ -4,6 +4,7 @@
#include "chrome/service/cloud_print/cloud_print_wipeout.h"
+#include "chrome/common/cloud_print/cloud_print_helpers.h"
#include "chrome/service/cloud_print/cloud_print_consts.h"
#include "chrome/service/cloud_print/cloud_print_helpers.h"
@@ -33,7 +34,7 @@ void CloudPrintWipeout::UnregisterNextPrinter() {
std::string printer_id = printer_ids_.front();
printer_ids_.pop_front();
- GURL url = CloudPrintHelpers::GetUrlForPrinterDelete(cloud_print_server_url_,
+ GURL url = cloud_print::GetUrlForPrinterDelete(cloud_print_server_url_,
printer_id,
msw 2012/11/09 23:18:17 nit: match indent change on these lines with the l
Chen Yu 2012/11/13 14:02:15 Done.
"connector_disabled");
request_ = new CloudPrintURLFetcher;

Powered by Google App Engine
This is Rietveld 408576698