Index: chrome/service/cloud_print/cloud_print_wipeout.h |
diff --git a/chrome/service/cloud_print/cloud_print_wipeout.h b/chrome/service/cloud_print/cloud_print_wipeout.h |
index 7a72d46d11f3cd35945a1dd211b78d9d50c4718c..9cd3494afc451a118ed876c697350ed7ec45ae76 100644 |
--- a/chrome/service/cloud_print/cloud_print_wipeout.h |
+++ b/chrome/service/cloud_print/cloud_print_wipeout.h |
@@ -12,6 +12,8 @@ |
#include "chrome/service/cloud_print/cloud_print_url_fetcher.h" |
#include "googleurl/src/gurl.h" |
+namespace cloud_print { |
+ |
// CloudPrintWipeout unregisters list of printers from the cloudprint service. |
class CloudPrintWipeout : public CloudPrintURLFetcherDelegate { |
public: |
@@ -55,5 +57,7 @@ class CloudPrintWipeout : public CloudPrintURLFetcherDelegate { |
DISALLOW_COPY_AND_ASSIGN(CloudPrintWipeout); |
}; |
+} // namespace cloud_print |
+ |
#endif // CHROME_SERVICE_CLOUD_PRINT_CLOUD_PRINT_WIPEOUT_H_ |