| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.cc
|
| diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.cc b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.cc
|
| index 76a26fbf55f8a391da6f6df94c78ef37d62b65a2..39fabd029d04df1522cb37820e75a235dfc1aec9 100644
|
| --- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.cc
|
| +++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.cc
|
| @@ -22,7 +22,7 @@ using content::WebContents;
|
|
|
| namespace {
|
|
|
| -// See comment above TempParent in tab_contents_view_win.cc.
|
| +// See comment above TempParent in web_contents_view_win.cc.
|
| // Also, Tabs must be created as child widgets, otherwise they will be given
|
| // a FocusManager which will conflict with the FocusManager of the
|
| // window they eventually end up attached to.
|
|
|