| 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 9abe84cd332c224ee136279f78cbfcd0e561a70a..46400c8479d9ba5b4eacf29848dec007387d1b65 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>
|
|
|
| @@ -32,4 +32,4 @@ class ASH_EXPORT GPUSupport {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_GPU_SUPPORT_H_
|
| +#endif // ASH_COMMON_GPU_SUPPORT_H_
|
|
|