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

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

Issue 2975013002: Make chromeos CUPS printing code namespaces consistent. (Closed)
Patch Set: Rebase Created 3 years, 5 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: chrome/browser/chromeos/printing/ppd_provider_factory.cc
diff --git a/chrome/browser/chromeos/printing/ppd_provider_factory.cc b/chrome/browser/chromeos/printing/ppd_provider_factory.cc
index 3d85d99585487c25d69f054f15d0669c73472fb2..e146369b7f848ff8576a9e57b489f78985167478 100644
--- a/chrome/browser/chromeos/printing/ppd_provider_factory.cc
+++ b/chrome/browser/chromeos/printing/ppd_provider_factory.cc
@@ -15,9 +15,8 @@
#include "net/url_request/url_request_context_getter.h"
namespace chromeos {
-namespace printing {
-scoped_refptr<PpdProvider> CreateProvider(Profile* profile) {
+scoped_refptr<PpdProvider> CreatePpdProvider(Profile* profile) {
base::FilePath ppd_cache_path =
profile->GetPath().Append(FILE_PATH_LITERAL("PPDCache"));
@@ -26,5 +25,4 @@ scoped_refptr<PpdProvider> CreateProvider(Profile* profile) {
PpdCache::Create(ppd_cache_path));
}
-} // namespace printing
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/printing/ppd_provider_factory.h ('k') | chrome/browser/chromeos/printing/printer_configurer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698