From 5e9e96aae1a78860b984124519f720163fc52a33 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Sun, 31 Mar 2013 02:29:20 +0000 Subject: Move MessageLoop to base namespace. This adds a "using" to the header to avoid having to update everything at once. However, all forward declares and the locations that use the forward declares need to be updated (since they don't see the using in message_loop.h). BUG= Review URL: https://codereview.chromium.org/13243003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191566 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/base/auto_thread_task_runner.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'remoting/base/auto_thread_task_runner.h') diff --git a/remoting/base/auto_thread_task_runner.h b/remoting/base/auto_thread_task_runner.h index ea43521..5626856 100644 --- a/remoting/base/auto_thread_task_runner.h +++ b/remoting/base/auto_thread_task_runner.h @@ -11,8 +11,6 @@ #include "base/message_loop.h" #include "base/single_thread_task_runner.h" -class MessageLoop; - namespace remoting { // A wrapper around |SingleThreadTaskRunner| that provides automatic lifetime -- cgit v1.1