From d174ed2ae8e38f75e27ccf54e7f499e09099afbd Mon Sep 17 00:00:00 2001 From: skyostil Date: Wed, 10 Jun 2015 10:24:06 -0700 Subject: [PATCH] Remove use of MessageLoopProxy Remove the usage of base::MessageLoopProxy since it has been deprecated. BUG=465354 R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/1174063002. Patch from skyostil . --- viewer/document_view.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/viewer/document_view.cc b/viewer/document_view.cc index b546f568c26..c43385f9066 100644 --- a/viewer/document_view.cc +++ b/viewer/document_view.cc @@ -6,7 +6,6 @@ #include "base/bind.h" #include "base/location.h" -#include "base/message_loop/message_loop_proxy.h" #include "base/single_thread_task_runner.h" #include "base/strings/string_util.h" #include "base/thread_task_runner_handle.h"