| Index: content/public/browser/url_data_source.cc
|
| ===================================================================
|
| --- content/public/browser/url_data_source.cc (revision 179094)
|
| +++ content/public/browser/url_data_source.cc (working copy)
|
| @@ -11,7 +11,7 @@
|
|
|
| void URLDataSource::Add(BrowserContext* browser_context,
|
| URLDataSource* source) {
|
| - ChromeURLDataManager::AddDataSource(browser_context, source);
|
| + URLDataManager::AddDataSource(browser_context, source);
|
| }
|
|
|
| MessageLoop* URLDataSource::MessageLoopForRequestPath(
|
|
|