diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-05 20:14:27 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-05 20:14:27 +0000 |
commit | 6b723f8690dcdbdc4071a235aa67483dc18de329 (patch) | |
tree | c0d3b2f787bdef1927674687d9639cbea5dc3143 /chrome/browser/views/frame/contents_container.h | |
parent | 9929dbb542aa4a8531ea4d9eadbb43b99d13f846 (diff) | |
download | chromium_src-6b723f8690dcdbdc4071a235aa67483dc18de329.zip chromium_src-6b723f8690dcdbdc4071a235aa67483dc18de329.tar.gz chromium_src-6b723f8690dcdbdc4071a235aa67483dc18de329.tar.bz2 |
Renames and moves match preview classes to instant. This doesn't
contain any changes other than renaming/moving, as such I'm TBRing.
BUG=54833
TEST=none
TBR=jcivelli@chromium.org
Review URL: http://codereview.chromium.org/3602015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61553 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/frame/contents_container.h')
-rw-r--r-- | chrome/browser/views/frame/contents_container.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/frame/contents_container.h b/chrome/browser/views/frame/contents_container.h index 9a03c38..fe22d47 100644 --- a/chrome/browser/views/frame/contents_container.h +++ b/chrome/browser/views/frame/contents_container.h @@ -17,7 +17,7 @@ class Widget; // ContentsContainer is responsible for managing the TabContents views. // ContentsContainer has up to two children: one for the currently active -// TabContents and one for the match preview TabContents. +// TabContents and one for instant's TabContents. class ContentsContainer : public views::View { public: ContentsContainer(BrowserView* browser_view, views::View* active); |