| Index: content/browser/startup_task_runner.cc
|
| diff --git a/content/browser/startup_task_runner.cc b/content/browser/startup_task_runner.cc
|
| index 4746afea6b09bdf445c373367e8a660a57e01af7..8e680bd6d086011c56673f4c2cd71751939014e1 100644
|
| --- a/content/browser/startup_task_runner.cc
|
| +++ b/content/browser/startup_task_runner.cc
|
| @@ -22,7 +22,7 @@ void StartupTaskRunner::AddTask(StartupTask& callback) {
|
| }
|
|
|
| void StartupTaskRunner::StartRunningTasksAsync() {
|
| - DCHECK(proxy_);
|
| + DCHECK(proxy_.get());
|
| int result = 0;
|
| if (task_list_.empty()) {
|
| if (!startup_complete_callback_.is_null()) {
|
|
|