Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3001)

Unified Diff: ash/gpu_support_stub.h

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/gpu_support.h ('k') | ash/gpu_support_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ash/gpu_support.h ('k') | ash/gpu_support_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698