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

Unified Diff: extensions/browser/api/printer_provider_internal/printer_provider_internal_api.h

Issue 1902873002: Convert //extensions/browser/api from scoped_ptr 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
Index: extensions/browser/api/printer_provider_internal/printer_provider_internal_api.h
diff --git a/extensions/browser/api/printer_provider_internal/printer_provider_internal_api.h b/extensions/browser/api/printer_provider_internal/printer_provider_internal_api.h
index 472cf193f678d8134f7f7c09ea543ae0fc83e37d..0f082a94a018e67bea5130088fb779e6f9f7bd7b 100644
--- a/extensions/browser/api/printer_provider_internal/printer_provider_internal_api.h
+++ b/extensions/browser/api/printer_provider_internal/printer_provider_internal_api.h
@@ -154,7 +154,7 @@ class PrinterProviderInternalGetPrintDataFunction
void OnBlob(const std::string& type,
int size,
const scoped_refptr<base::RefCountedMemory>& data,
- scoped_ptr<content::BlobHandle> blob);
+ std::unique_ptr<content::BlobHandle> blob);
DECLARE_EXTENSION_FUNCTION("printerProviderInternal.getPrintData",
PRINTERPROVIDERINTERNAL_GETPRINTDATA)

Powered by Google App Engine
This is Rietveld 408576698