summaryrefslogtreecommitdiffstats
path: root/printing
diff options
context:
space:
mode:
Diffstat (limited to 'printing')
-rw-r--r--printing/printing_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/printing_test.h b/printing/printing_test.h
index da5d86d..35b9169 100644
--- a/printing/printing_test.h
+++ b/printing/printing_test.h
@@ -14,7 +14,7 @@
// Disable the whole test case when executing on a computer that has no printer
// installed.
-// Note: Parent should be testing::Test or UITest.
+// Note: Parent should be testing::Test or InProcessBrowserTest.
template<typename Parent>
class PrintingTest : public Parent {
public: