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

Unified Diff: ui/compositor/debug_utils.h

Issue 10365007: ui: Move compositor/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix DEPS Created 8 years, 8 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 | « ui/compositor/compositor_switches.cc ('k') | ui/compositor/debug_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ui/compositor/compositor_switches.cc ('k') | ui/compositor/debug_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698