diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-05 07:24:52 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-05 07:24:52 +0000 |
commit | 1c96e2dfb65cb4e91cd854ed8f521ba0469d8818 (patch) | |
tree | 93aa2f6013b4e60d8111c05ed7dc06b9a4d39d8a /gpu/command_buffer/client/gles2_interface_stub.h | |
parent | b0ad439aff1bfe3ff82963fd03211acbb2b16648 (diff) | |
download | chromium_src-1c96e2dfb65cb4e91cd854ed8f521ba0469d8818.zip chromium_src-1c96e2dfb65cb4e91cd854ed8f521ba0469d8818.tar.gz chromium_src-1c96e2dfb65cb4e91cd854ed8f521ba0469d8818.tar.bz2 |
Delete gpu/command_buffer/common/compiler_specific.h
command_buffer was historically included in nacl-compiled things, and base
wasn't. These days, base is included in nacl-compiled things too, so the
duplication can be removed.
BUG=none
NOTRY=true
Review URL: https://codereview.chromium.org/57583008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232944 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/command_buffer/client/gles2_interface_stub.h')
-rw-r--r-- | gpu/command_buffer/client/gles2_interface_stub.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/command_buffer/client/gles2_interface_stub.h b/gpu/command_buffer/client/gles2_interface_stub.h index 342fc9b..8c724fd 100644 --- a/gpu/command_buffer/client/gles2_interface_stub.h +++ b/gpu/command_buffer/client/gles2_interface_stub.h @@ -5,7 +5,7 @@ #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_H_ #define GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_H_ -#include "gpu/command_buffer/common/compiler_specific.h" +#include "base/compiler_specific.h" #include "gpu/command_buffer/client/gles2_interface.h" namespace gpu { |