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 |