| Index: chromeos/printing/ppd_provider.cc
|
| diff --git a/chromeos/printing/ppd_provider.cc b/chromeos/printing/ppd_provider.cc
|
| index 464453bb08f2b6f5fab16a99cea4c7fa984dc1f3..03b6468d95362e6dddc20f5662bdd1fe4bb5191f 100644
|
| --- a/chromeos/printing/ppd_provider.cc
|
| +++ b/chromeos/printing/ppd_provider.cc
|
| @@ -40,7 +40,6 @@
|
| #include "url/gurl.h"
|
|
|
| namespace chromeos {
|
| -namespace printing {
|
| namespace {
|
|
|
| // Extract cupsFilter/cupsFilter2 filter names from the contents
|
| @@ -1020,5 +1019,4 @@ scoped_refptr<PpdProvider> PpdProvider::Create(
|
| return scoped_refptr<PpdProvider>(new PpdProviderImpl(
|
| browser_locale, url_context_getter, ppd_cache, options));
|
| }
|
| -} // namespace printing
|
| } // namespace chromeos
|
|
|