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

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

Issue 1841543002: [Extensions] Convert APIs to use movable types [12] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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_observer.h
diff --git a/extensions/browser/api/printer_provider_internal/printer_provider_internal_api_observer.h b/extensions/browser/api/printer_provider_internal/printer_provider_internal_api_observer.h
index 16dd8aa3a8dc32b1f639fc6a90b8865bea72bf7c..260b7647fb254235f8ff945f6d62dae3927dac0a 100644
--- a/extensions/browser/api/printer_provider_internal/printer_provider_internal_api_observer.h
+++ b/extensions/browser/api/printer_provider_internal/printer_provider_internal_api_observer.h
@@ -22,8 +22,7 @@ class Extension;
// Interface for observing chrome.printerProviderInternal API function calls.
class PrinterProviderInternalAPIObserver {
public:
- using PrinterInfoVector =
- std::vector<linked_ptr<api::printer_provider::PrinterInfo>>;
+ using PrinterInfoVector = std::vector<api::printer_provider::PrinterInfo>;
// Used by chrome.printerProviderInternal API to report
// chrome.printerProvider.onGetPrintersRequested result returned by the
« no previous file with comments | « extensions/browser/api/printer_provider/printer_provider_api.cc ('k') | extensions/common/api/management.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698