diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-09 21:18:21 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-09 21:18:21 +0000 |
commit | c4c89cd78cf3b9b436f61944553c0ab44d3c5ba5 (patch) | |
tree | 6c0fa101145f814a8a92127fa8e43f47cbf637a9 /printing | |
parent | 5973b968694e34269d9be9dea1f9fce1f32cb89e (diff) | |
download | chromium_src-c4c89cd78cf3b9b436f61944553c0ab44d3c5ba5.zip chromium_src-c4c89cd78cf3b9b436f61944553c0ab44d3c5ba5.tar.gz chromium_src-c4c89cd78cf3b9b436f61944553c0ab44d3c5ba5.tar.bz2 |
Convert printing ui_tests to browser_tests.
BUG=121574
Review URL: https://chromiumcodereview.appspot.com/10033001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131436 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing')
-rw-r--r-- | printing/printing_test.h | 2 |
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: |