summaryrefslogtreecommitdiffstats
path: root/chrome/test/base/ui_test_utils.cc
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-18 18:02:44 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-18 18:02:44 +0000
commit63f72137d7e29a914d8f94b45c8175fcb5003347 (patch)
tree77344749025515ace1b4c1385b6c4752d5182efb /chrome/test/base/ui_test_utils.cc
parent3dfa7f3c12144fc0f165d4e32fec38f4bee35cee (diff)
downloadchromium_src-63f72137d7e29a914d8f94b45c8175fcb5003347.zip
chromium_src-63f72137d7e29a914d8f94b45c8175fcb5003347.tar.gz
chromium_src-63f72137d7e29a914d8f94b45c8175fcb5003347.tar.bz2
TabContents -> WebContentsImpl, part 24.
TabContents -> WebContents in chrome/, part 7. BUG=105875 TEST=no change Review URL: https://chromiumcodereview.appspot.com/10115004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132820 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/base/ui_test_utils.cc')
-rw-r--r--chrome/test/base/ui_test_utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/base/ui_test_utils.cc b/chrome/test/base/ui_test_utils.cc
index 196b303..bf70194 100644
--- a/chrome/test/base/ui_test_utils.cc
+++ b/chrome/test/base/ui_test_utils.cc
@@ -173,7 +173,7 @@ class FindInPageNotificationObserver : public content::NotificationObserver {
// we need to preserve it so we can send it later.
int active_match_ordinal_;
int number_of_matches_;
- // The id of the current find request, obtained from TabContents. Allows us
+ // The id of the current find request, obtained from WebContents. Allows us
// to monitor when the search completes.
int current_find_request_id_;