| Index: ash/common/gpu_support.h
|
| diff --git a/ash/gpu_support.h b/ash/common/gpu_support.h
|
| similarity index 88%
|
| rename from ash/gpu_support.h
|
| rename to ash/common/gpu_support.h
|
| index 9acda9cb0b30dcf4a42961e7c5c6fd250fbe29b9..0e0666910c3815264d65ac83ec1878bcc87a6321 100644
|
| --- a/ash/gpu_support.h
|
| +++ b/ash/common/gpu_support.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 ASH_GPU_SUPPORT_H_
|
| -#define ASH_GPU_SUPPORT_H_
|
| +#ifndef ASH_COMMON_GPU_SUPPORT_H_
|
| +#define ASH_COMMON_GPU_SUPPORT_H_
|
|
|
| #include <list>
|
|
|
| @@ -30,4 +30,4 @@ class ASH_EXPORT GPUSupport {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_GPU_SUPPORT_H_
|
| +#endif // ASH_COMMON_GPU_SUPPORT_H_
|
|
|