summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/gpu_channel.cc
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-10 20:56:28 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-10 20:56:28 +0000
commit7ccb7071077af5e80e50ac0daab7445dee10455a (patch)
tree438f2853e6a358ca20cae6115324f5071dfae97b /content/common/gpu/gpu_channel.cc
parentab482874ed6618ab6d50aa559050be7bc9a5dcfb (diff)
downloadchromium_src-7ccb7071077af5e80e50ac0daab7445dee10455a.zip
chromium_src-7ccb7071077af5e80e50ac0daab7445dee10455a.tar.gz
chromium_src-7ccb7071077af5e80e50ac0daab7445dee10455a.tar.bz2
Update includes of message_loop_proxy.
This keeps the forwarding header, just updates all current callers. BUG= R=avi@chromium.org Review URL: https://codereview.chromium.org/16514006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205306 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/gpu/gpu_channel.cc')
-rw-r--r--content/common/gpu/gpu_channel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/gpu/gpu_channel.cc b/content/common/gpu/gpu_channel.cc
index a3b27d8..b32bf4a 100644
--- a/content/common/gpu/gpu_channel.cc
+++ b/content/common/gpu/gpu_channel.cc
@@ -14,7 +14,7 @@
#include "base/bind.h"
#include "base/command_line.h"
#include "base/debug/trace_event.h"
-#include "base/message_loop_proxy.h"
+#include "base/message_loop/message_loop_proxy.h"
#include "base/process_util.h"
#include "base/rand_util.h"
#include "base/string_util.h"