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 <skyostil@chromium.org>.
This commit is contained in:
skyostil 2015-06-10 10:24:06 -07:00 committed by Viet-Trung Luu
parent 950b3d40c5
commit d174ed2ae8

View File

@ -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"