Chromium Code Reviews| Index: chrome/browser/ui/views/clear_browsing_data.cc |
| diff --git a/chrome/browser/ui/views/clear_browsing_data.cc b/chrome/browser/ui/views/clear_browsing_data.cc |
| index 1a4021a14239c4705024dcf7e3a3978a95e93bc3..453fd633b9aec8e626fcd7ae2ead5b8c145f6af0 100644 |
| --- a/chrome/browser/ui/views/clear_browsing_data.cc |
| +++ b/chrome/browser/ui/views/clear_browsing_data.cc |
| @@ -45,7 +45,7 @@ void ShowClearBrowsingDataView(gfx::NativeWindow parent, |
| Profile* profile) { |
| #if defined(OS_WIN) |
|
csilv
2010/11/22 19:49:17
Driveby: Is there a reason to retain this conditio
|
| views::Window::CreateChromeWindow(parent, gfx::Rect(), |
| - new ClearDataView(profile))->Show(); |
| + new ClearBrowsingDataView(profile))->Show(); |
| #else |
| views::Window::CreateChromeWindow(parent, gfx::Rect(), |
| new ClearBrowsingDataView(profile))->Show(); |