diff options
Diffstat (limited to 'content/gpu/gpu_command_buffer_stub.h')
-rw-r--r-- | content/gpu/gpu_command_buffer_stub.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/gpu/gpu_command_buffer_stub.h b/content/gpu/gpu_command_buffer_stub.h index 0010869..1af3afa 100644 --- a/content/gpu/gpu_command_buffer_stub.h +++ b/content/gpu/gpu_command_buffer_stub.h @@ -11,8 +11,8 @@ #include <vector> #include <string> +#include "base/memory/weak_ptr.h" #include "base/process.h" -#include "base/weak_ptr.h" #include "gpu/command_buffer/service/command_buffer_service.h" #include "gpu/command_buffer/service/gpu_processor.h" #include "ipc/ipc_channel.h" |