| Index: content/public/browser/url_data_source.cc
|
| diff --git a/content/public/browser/url_data_source.cc b/content/public/browser/url_data_source.cc
|
| index b3c62b32ea36af65703cc16130e450ddfc1c573d..669f5c872625ca0987d0dfd7bc8561695b2f85bf 100644
|
| --- a/content/public/browser/url_data_source.cc
|
| +++ b/content/public/browser/url_data_source.cc
|
| @@ -16,7 +16,7 @@ void URLDataSource::Add(BrowserContext* browser_context,
|
| URLDataManager::AddDataSource(browser_context, source);
|
| }
|
|
|
| -MessageLoop* URLDataSource::MessageLoopForRequestPath(
|
| +base::MessageLoop* URLDataSource::MessageLoopForRequestPath(
|
| const std::string& path) const {
|
| return BrowserThread::UnsafeGetMessageLoopForThread(BrowserThread::UI);
|
| }
|
|
|