| Index: content/browser/indexed_db/indexed_db_internals_ui.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_internals_ui.cc b/content/browser/indexed_db/indexed_db_internals_ui.cc
|
| index b5e888f535604479f81aeaf97b25d79d81aa19fb..2b60c550486fbe01739605a9c61821c04f8d9ee5 100644
|
| --- a/content/browser/indexed_db/indexed_db_internals_ui.cc
|
| +++ b/content/browser/indexed_db/indexed_db_internals_ui.cc
|
| @@ -87,7 +87,7 @@ void IndexedDBInternalsUI::GetAllOriginsOnIndexedDBThread(
|
| const base::FilePath& context_path) {
|
| DCHECK(context->TaskRunner()->RunsTasksOnCurrentThread());
|
|
|
| - scoped_ptr<ListValue> info_list(static_cast<IndexedDBContextImpl*>(
|
| + scoped_ptr<base::ListValue> info_list(static_cast<IndexedDBContextImpl*>(
|
| context.get())->GetAllOriginsDetails());
|
|
|
| BrowserThread::PostTask(BrowserThread::UI,
|
| @@ -98,7 +98,7 @@ void IndexedDBInternalsUI::GetAllOriginsOnIndexedDBThread(
|
| context_path));
|
| }
|
|
|
| -void IndexedDBInternalsUI::OnOriginsReady(scoped_ptr<ListValue> origins,
|
| +void IndexedDBInternalsUI::OnOriginsReady(scoped_ptr<base::ListValue> origins,
|
| const base::FilePath& path) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| web_ui()->CallJavascriptFunction(
|
|
|