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; |