| Index: gpu/config/gpu_switching_option.h
|
| ===================================================================
|
| --- gpu/config/gpu_switching_option.h (revision 0)
|
| +++ gpu/config/gpu_switching_option.h (working copy)
|
| @@ -2,13 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_PUBLIC_COMMON_GPU_SWITCHING_OPTION_H_
|
| -#define CONTENT_PUBLIC_COMMON_GPU_SWITCHING_OPTION_H_
|
| +#ifndef GPU_CONFIG_GPU_SWITCHING_OPTION_H_
|
| +#define GPU_CONFIG_GPU_SWITCHING_OPTION_H_
|
|
|
| -#include "build/build_config.h"
|
| -#include "content/common/content_export.h"
|
| +//#include "build/build_config.h"
|
|
|
| -namespace content {
|
| +namespace gpu {
|
|
|
| enum GpuSwitchingOption {
|
| GPU_SWITCHING_OPTION_AUTOMATIC,
|
| @@ -17,7 +16,7 @@
|
| GPU_SWITCHING_OPTION_UNKNOWN
|
| };
|
|
|
| -} // namespace content
|
| +} // namespace gpu
|
|
|
| -#endif // CONTENT_PUBLIC_COMMON_GPU_SWITCHING_OPTION_H_
|
| +#endif // GPU_CONFIG_GPU_SWITCHING_OPTION_H_
|
|
|
|
|