Index: ash/gpu_support_stub.h |
diff --git a/ash/common/gpu_support_stub.h b/ash/gpu_support_stub.h |
similarity index 81% |
rename from ash/common/gpu_support_stub.h |
rename to ash/gpu_support_stub.h |
index 870c7b84626b31a76d699dac090d9ef0a8a7054e..0de30db81aec75b704f5393e2b3ec8207dd2f23f 100644 |
--- a/ash/common/gpu_support_stub.h |
+++ b/ash/gpu_support_stub.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 ASH_COMMON_GPU_SUPPORT_STUB_H_ |
-#define ASH_COMMON_GPU_SUPPORT_STUB_H_ |
+#ifndef ASH_GPU_SUPPORT_STUB_H_ |
+#define ASH_GPU_SUPPORT_STUB_H_ |
#include "ash/ash_export.h" |
-#include "ash/common/gpu_support.h" |
+#include "ash/gpu_support.h" |
#include "base/macros.h" |
namespace ash { |
@@ -28,4 +28,4 @@ class ASH_EXPORT GPUSupportStub : public GPUSupport { |
} // namespace ash |
-#endif // ASH_COMMON_GPU_SUPPORT_STUB_H_ |
+#endif // ASH_GPU_SUPPORT_STUB_H_ |