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

Unified Diff: chromeos/printing/printer_translator_unittest.cc

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 | « chromeos/printing/printer_translator.cc ('k') | chromeos/printing/printing_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/printing/printer_translator_unittest.cc
diff --git a/chromeos/printing/printer_translator_unittest.cc b/chromeos/printing/printer_translator_unittest.cc
index 0723be1e3398841ac8611de838786ba20885de05..22393ec2ef3b605b00902ec95275ee7d0dded162 100644
--- a/chromeos/printing/printer_translator_unittest.cc
+++ b/chromeos/printing/printer_translator_unittest.cc
@@ -13,7 +13,6 @@
#include "testing/gtest/include/gtest/gtest.h"
namespace chromeos {
-namespace printing {
// Printer test data
const char kHash[] = "ABCDEF123456";
@@ -161,5 +160,4 @@ TEST(PrinterTranslatorTest, RecommendedPrinterToPrinterBlankModel) {
EXPECT_EQ(kMake, printer->make_and_model());
}
-} // namespace printing
} // namespace chromeos
« no previous file with comments | « chromeos/printing/printer_translator.cc ('k') | chromeos/printing/printing_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698