| Index: chrome/browser/ui/views/find_bar_host.cc
|
| diff --git a/chrome/browser/ui/views/find_bar_host.cc b/chrome/browser/ui/views/find_bar_host.cc
|
| index a3fde9eca25b946edf4291784778e5368a86d8ea..3554aed1f2788d8da115bc8ec19ef235581fcc94 100644
|
| --- a/chrome/browser/ui/views/find_bar_host.cc
|
| +++ b/chrome/browser/ui/views/find_bar_host.cc
|
| @@ -24,15 +24,6 @@
|
|
|
| using content::NativeWebKeyboardEvent;
|
|
|
| -namespace chrome {
|
| -
|
| -// Declared in browser_dialogs.h so others don't have to depend on our header.
|
| -FindBar* CreateFindBar(BrowserView* browser_view) {
|
| - return new FindBarHost(browser_view);
|
| -}
|
| -
|
| -} // namespace chrome
|
| -
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // FindBarHost, public:
|
|
|
|
|