Index: ui/compositor/debug_utils.h |
diff --git a/ui/gfx/compositor/debug_utils.h b/ui/compositor/debug_utils.h |
similarity index 74% |
rename from ui/gfx/compositor/debug_utils.h |
rename to ui/compositor/debug_utils.h |
index dc131d6def8e4f7404e06673c165adf60a65bedb..a07d3d34b5ddda5b741f3220282b75e958f4c30b 100644 |
--- a/ui/gfx/compositor/debug_utils.h |
+++ b/ui/compositor/debug_utils.h |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef UI_GFX_COMPOSITOR_DEBUG_UTILS_H_ |
-#define UI_GFX_COMPOSITOR_DEBUG_UTILS_H_ |
+#ifndef UI_COMPOSITOR_DEBUG_UTILS_H_ |
+#define UI_COMPOSITOR_DEBUG_UTILS_H_ |
#pragma once |
#ifndef NDEBUG |
-#include "ui/gfx/compositor/compositor_export.h" |
+#include "ui/compositor/compositor_export.h" |
namespace gfx { |
class Point; |
@@ -26,4 +26,4 @@ COMPOSITOR_EXPORT void PrintLayerHierarchy(const Layer* layer, |
#endif // NDEBUG |
-#endif // UI_GFX_COMPOSITOR_DEBUG_UTILS_H_ |
+#endif // UI_COMPOSITOR_DEBUG_UTILS_H_ |