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

Unified Diff: chrome/browser/chromeos/printing/ppd_provider_factory.h

Issue 2613683004: Completely rewrite the PpdProvider/PpdCache to use the SCS backend. Along the way, clean it up a l… (Closed)
Patch Set: Address michealpg@ comments Created 3 years, 10 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 | « no previous file | chrome/browser/chromeos/printing/ppd_provider_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/printing/ppd_provider_factory.h
diff --git a/chrome/browser/chromeos/printing/ppd_provider_factory.h b/chrome/browser/chromeos/printing/ppd_provider_factory.h
index 9c461ba29e7f37818846d77494c77cd8d8e83ff4..f172147d992636a9820ccb3e90f2eae7e6a2e33e 100644
--- a/chrome/browser/chromeos/printing/ppd_provider_factory.h
+++ b/chrome/browser/chromeos/printing/ppd_provider_factory.h
@@ -5,7 +5,7 @@
#ifndef CHROME_BROWSER_CHROMEOS_PRINTING_PPD_PROVIDER_FACTORY_H_
#define CHROME_BROWSER_CHROMEOS_PRINTING_PPD_PROVIDER_FACTORY_H_
-#include <memory>
+#include "base/memory/ref_counted.h"
class Profile;
@@ -14,7 +14,7 @@ namespace printing {
class PpdProvider;
-std::unique_ptr<PpdProvider> CreateProvider(Profile* profile);
+scoped_refptr<PpdProvider> CreateProvider(Profile* profile);
} // namespace printing
} // namsepace chromeos
« no previous file with comments | « no previous file | chrome/browser/chromeos/printing/ppd_provider_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698