| Index: gpu/ipc/service/gpu_config.h
|
| diff --git a/content/common/gpu/gpu_config.h b/gpu/ipc/service/gpu_config.h
|
| similarity index 69%
|
| rename from content/common/gpu/gpu_config.h
|
| rename to gpu/ipc/service/gpu_config.h
|
| index 74d5ee05b8623f17f653852e75956d69a792389a..c2a33d4d73a87fc2966087399a9df6c9121ecf08 100644
|
| --- a/content/common/gpu/gpu_config.h
|
| +++ b/gpu/ipc/service/gpu_config.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_COMMON_GPU_GPU_CONFIG_H_
|
| -#define CONTENT_COMMON_GPU_GPU_CONFIG_H_
|
| +#ifndef GPU_IPC_SERVICE_GPU_CONFIG_H_
|
| +#define GPU_IPC_SERVICE_GPU_CONFIG_H_
|
|
|
| // This file declares common preprocessor configuration for the GPU process.
|
|
|
| #include "build/build_config.h"
|
|
|
| -#endif // CONTENT_COMMON_GPU_GPU_CONFIG_H_
|
| +#endif // GPU_IPC_SERVICE_GPU_CONFIG_H_
|
|
|