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

Unified Diff: chrome/common/cloud_print/cloud_print_cdd_conversion.h

Issue 1880143002: Convert chrome/common to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 8 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/common/chrome_paths_mac.mm ('k') | chrome/common/cloud_print/cloud_print_cdd_conversion.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/cloud_print/cloud_print_cdd_conversion.h
diff --git a/chrome/common/cloud_print/cloud_print_cdd_conversion.h b/chrome/common/cloud_print/cloud_print_cdd_conversion.h
index 9600280da42288aa37d650198eef7e4f734cd972..af721b6d9ddc9b8ed12967c7d26e19e066272354 100644
--- a/chrome/common/cloud_print/cloud_print_cdd_conversion.h
+++ b/chrome/common/cloud_print/cloud_print_cdd_conversion.h
@@ -5,9 +5,9 @@
#ifndef CHROME_COMMON_CLOUD_PRINT_CLOUD_PRINT_CDD_CONVERSION_H_
#define CHROME_COMMON_CLOUD_PRINT_CLOUD_PRINT_CDD_CONVERSION_H_
+#include <memory>
#include <string>
-#include "base/memory/scoped_ptr.h"
#include "base/values.h"
namespace printing {
@@ -16,7 +16,7 @@ struct PrinterSemanticCapsAndDefaults;
namespace cloud_print {
-scoped_ptr<base::DictionaryValue> PrinterSemanticCapsAndDefaultsToCdd(
+std::unique_ptr<base::DictionaryValue> PrinterSemanticCapsAndDefaultsToCdd(
const printing::PrinterSemanticCapsAndDefaults& semantic_info);
} // namespace cloud_print
« no previous file with comments | « chrome/common/chrome_paths_mac.mm ('k') | chrome/common/cloud_print/cloud_print_cdd_conversion.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698