| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index 91f1fcb20fe7326accccda5603b5528b5a1e67f9..2258ec99b1ced984fe63aa2b279a43ea8af5ecd7 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -10,6 +10,7 @@
|
| #include "base/bind.h"
|
| #include "base/callback_helpers.h"
|
| #include "base/memory/weak_ptr.h"
|
| +#include "base/message_loop/message_loop.h"
|
| #include "base/threading/thread_checker.h"
|
| #include "build/build_config.h"
|
| #include "content/child/child_process.h"
|
|
|