| Index: chromeos/printing/ppd_provider.h
|
| diff --git a/chromeos/printing/ppd_provider.h b/chromeos/printing/ppd_provider.h
|
| index faf81f34a6e8bc6e087e74a9e34a4a94da57706b..d36430d735cb8c1ef06b33a6ddfd173f8fc6b1bf 100644
|
| --- a/chromeos/printing/ppd_provider.h
|
| +++ b/chromeos/printing/ppd_provider.h
|
| @@ -20,7 +20,6 @@ class URLRequestContextGetter;
|
| }
|
|
|
| namespace chromeos {
|
| -namespace printing {
|
|
|
| class PpdCache;
|
|
|
| @@ -137,7 +136,6 @@ class CHROMEOS_EXPORT PpdProvider : public base::RefCounted<PpdProvider> {
|
| virtual ~PpdProvider() {}
|
| };
|
|
|
| -} // namespace printing
|
| } // namespace chromeos
|
|
|
| #endif // CHROMEOS_PRINTING_PPD_PROVIDER_H_
|
|
|