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

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

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
« 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 f172147d992636a9820ccb3e90f2eae7e6a2e33e..a63b52b6cb82b9d6373ec623bf2d800b5a94ce9e 100644
--- a/chrome/browser/chromeos/printing/ppd_provider_factory.h
+++ b/chrome/browser/chromeos/printing/ppd_provider_factory.h
@@ -10,13 +10,11 @@
class Profile;
namespace chromeos {
-namespace printing {
class PpdProvider;
-scoped_refptr<PpdProvider> CreateProvider(Profile* profile);
+scoped_refptr<PpdProvider> CreatePpdProvider(Profile* profile);
-} // namespace printing
-} // namsepace chromeos
+} // namespace chromeos
#endif // CHROME_BROWSER_CHROMEOS_PRINTING_PPD_PROVIDER_FACTORY_H_
« 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