Chromium Code Reviews| Index: content/browser/browser_main_loop.cc |
| =================================================================== |
| --- content/browser/browser_main_loop.cc (revision 179094) |
| +++ content/browser/browser_main_loop.cc (working copy) |
| @@ -621,7 +621,7 @@ |
| // I/O thread and isn't threadsafe. |
| GamepadService::GetInstance()->Terminate(); |
| - ChromeURLDataManager::DeleteDataSources(); |
| + URLDataManager::DeleteDataSources(); |
| #endif // !defined(OS_IOS) |
| if (parts_.get()) |