Index: chromeos/printing/ppd_cache_unittest.cc |
diff --git a/chromeos/printing/ppd_cache_unittest.cc b/chromeos/printing/ppd_cache_unittest.cc |
index dd021f3842f558cc1aaffee80697c8da3e233366..d7d3daee4a7def1fe5cb26df02cfedb5178525b7 100644 |
--- a/chromeos/printing/ppd_cache_unittest.cc |
+++ b/chromeos/printing/ppd_cache_unittest.cc |
@@ -21,7 +21,6 @@ |
#include "testing/gtest/include/gtest/gtest.h" |
namespace chromeos { |
-namespace printing { |
namespace { |
// This fixture just points the cache at a temporary directory for the life of |
@@ -114,5 +113,4 @@ TEST_F(PpdCacheTest, MissThenHit) { |
} |
} // namespace |
-} // namespace printing |
} // namespace chromeos |