diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-12 00:43:55 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-12 00:43:55 +0000 |
commit | c39f9bfe1b02631ff9f439cfd378b9a4c859f4b9 (patch) | |
tree | ae07180466ea9dedcb418394e03fa7136d95a525 /chrome/browser/printing/print_dialog_cloud_unittest.cc | |
parent | 1519da46b0681ac1b4a16d3fa1beae9b606676af (diff) | |
download | chromium_src-c39f9bfe1b02631ff9f439cfd378b9a4c859f4b9.zip chromium_src-c39f9bfe1b02631ff9f439cfd378b9a4c859f4b9.tar.gz chromium_src-c39f9bfe1b02631ff9f439cfd378b9a4c859f4b9.tar.bz2 |
WebUI: Get rid of references to DOMUI in comments. The last part.
BUG=59945
TEST=trybots
Review URL: http://codereview.chromium.org/6509004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74705 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/printing/print_dialog_cloud_unittest.cc')
-rw-r--r-- | chrome/browser/printing/print_dialog_cloud_unittest.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/printing/print_dialog_cloud_unittest.cc b/chrome/browser/printing/print_dialog_cloud_unittest.cc index 63dae76..cdb34ee 100644 --- a/chrome/browser/printing/print_dialog_cloud_unittest.cc +++ b/chrome/browser/printing/print_dialog_cloud_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -205,7 +205,7 @@ TEST_F(CloudPrintURLTest, CheckDefaultURLs) { EXPECT_TRUE(test_page_url.has_query()); } -// Testing for CloudPrintDataSender needs a mock DOMUI. +// Testing for CloudPrintDataSender needs a mock WebUI. class CloudPrintDataSenderTest : public testing::Test { public: CloudPrintDataSenderTest() @@ -275,7 +275,7 @@ TEST_F(CloudPrintDataSenderTest, EmptyFile) { // Testing for CloudPrintFlowHandler needs a mock // CloudPrintHtmlDialogDelegate, mock CloudPrintDataSender, and a mock -// DOMUI. +// WebUI. // Testing for CloudPrintHtmlDialogDelegate needs a mock // CloudPrintFlowHandler. |