| Index: content/common/gpu/gpu_channel_manager.cc
|
| diff --git a/content/common/gpu/gpu_channel_manager.cc b/content/common/gpu/gpu_channel_manager.cc
|
| index 21187c652b82478f6a1f294ddff12de679152d6e..14b69eb1c71c1d75d496e03265670586286a7f79 100644
|
| --- a/content/common/gpu/gpu_channel_manager.cc
|
| +++ b/content/common/gpu/gpu_channel_manager.cc
|
| @@ -7,9 +7,9 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "app/win/scoped_com_initializer.h"
|
| #include "base/command_line.h"
|
| #include "base/threading/worker_pool.h"
|
| +#include "base/win/scoped_com_initializer.h"
|
| #include "build/build_config.h"
|
| #include "content/common/child_process.h"
|
| #include "content/common/gpu/gpu_messages.h"
|
|
|