| Index: gpu/command_buffer/client/gpu_control.h
|
| diff --git a/gpu/command_buffer/common/gpu_control.h b/gpu/command_buffer/client/gpu_control.h
|
| similarity index 93%
|
| rename from gpu/command_buffer/common/gpu_control.h
|
| rename to gpu/command_buffer/client/gpu_control.h
|
| index e15d5e6b11938b4ae176dbd89b34029f47271da0..d7da685131cfe2269a497d9b28e43d3235b62373 100644
|
| --- a/gpu/command_buffer/common/gpu_control.h
|
| +++ b/gpu/command_buffer/client/gpu_control.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef GPU_COMMAND_BUFFER_COMMON_GPU_CONTROL_H_
|
| -#define GPU_COMMAND_BUFFER_COMMON_GPU_CONTROL_H_
|
| +#ifndef GPU_COMMAND_BUFFER_CLIENT_GPU_CONTROL_H_
|
| +#define GPU_COMMAND_BUFFER_CLIENT_GPU_CONTROL_H_
|
|
|
| #include <vector>
|
|
|
| @@ -68,4 +68,4 @@ class GPU_EXPORT GpuControl {
|
|
|
| } // namespace gpu
|
|
|
| -#endif // GPU_COMMAND_BUFFER_COMMON_GPU_CONTROL_H_
|
| +#endif // GPU_COMMAND_BUFFER_CLIENT_GPU_CONTROL_H_
|
|
|