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

Unified Diff: chrome/browser/chromeos/printing/specifics_translation_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
Index: chrome/browser/chromeos/printing/specifics_translation_unittest.cc
diff --git a/chrome/browser/chromeos/printing/specifics_translation_unittest.cc b/chrome/browser/chromeos/printing/specifics_translation_unittest.cc
index 94a6beaecaf8fe98463ab0a5f09e9dbe642b5e46..e32ca77162ba5ba4110fe7b34e9ac552649d864d 100644
--- a/chrome/browser/chromeos/printing/specifics_translation_unittest.cc
+++ b/chrome/browser/chromeos/printing/specifics_translation_unittest.cc
@@ -30,7 +30,6 @@ constexpr char kEffectiveMakeAndModel[] = "Manufacturer Model T1000";
} // namespace
namespace chromeos {
-namespace printing {
TEST(SpecificsTranslationTest, SpecificsToPrinter) {
sync_pb::PrinterSpecifics specifics;
@@ -223,5 +222,4 @@ TEST(SpecificsTranslationTest, MakeAndModelPreferred) {
EXPECT_EQ(kMakeAndModel, printer->make_and_model());
}
-} // namespace printing
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/printing/specifics_translation.cc ('k') | chrome/browser/chromeos/printing/synced_printers_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698