| Index: chromeos/printing/ppd_cache.cc
|
| diff --git a/chromeos/printing/ppd_cache.cc b/chromeos/printing/ppd_cache.cc
|
| index 653c56bff1cb92747e7369db1a2249562518e268..edda0239a9473f0d060a24f3a2d117daf1a70a7d 100644
|
| --- a/chromeos/printing/ppd_cache.cc
|
| +++ b/chromeos/printing/ppd_cache.cc
|
| @@ -27,7 +27,6 @@
|
| #include "net/filter/gzip_header.h"
|
|
|
| namespace chromeos {
|
| -namespace printing {
|
| namespace {
|
|
|
| // Return the (full) path to the file we expect to find the given key at.
|
| @@ -165,5 +164,4 @@ scoped_refptr<PpdCache> PpdCache::Create(const base::FilePath& cache_base_dir) {
|
| return scoped_refptr<PpdCache>(new PpdCacheImpl(cache_base_dir));
|
| }
|
|
|
| -} // namespace printing
|
| } // namespace chromeos
|
|
|