| Index: content/ppapi_plugin/ppapi_broker_main.cc
|
| diff --git a/content/ppapi_plugin/ppapi_broker_main.cc b/content/ppapi_plugin/ppapi_broker_main.cc
|
| index 3c467a323396e89fb770a021fb3a1297b833f515..b300c0ffcf45a4d3324618bddf4a66271a0aceaa 100644
|
| --- a/content/ppapi_plugin/ppapi_broker_main.cc
|
| +++ b/content/ppapi_plugin/ppapi_broker_main.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/message_loop.h"
|
| +#include "base/message_loop/message_loop.h"
|
| #include "base/threading/platform_thread.h"
|
| #include "build/build_config.h"
|
| #include "content/child/child_process.h"
|
|
|