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

Unified Diff: ui/compositor/debug_utils.cc

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/debug_utils.h ('k') | ui/compositor/layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/debug_utils.cc
diff --git a/ui/gfx/compositor/debug_utils.cc b/ui/compositor/debug_utils.cc
similarity index 97%
rename from ui/gfx/compositor/debug_utils.cc
rename to ui/compositor/debug_utils.cc
index 2908749d89376e940cd625ba0b210fd4a340c49c..fa6c1013eb025df3b2adc8511587dc792698495c 100644
--- a/ui/gfx/compositor/debug_utils.cc
+++ b/ui/compositor/debug_utils.cc
@@ -4,7 +4,7 @@
#ifndef NDEBUG
-#include "ui/gfx/compositor/debug_utils.h"
+#include "ui/compositor/debug_utils.h"
#include <iomanip>
#include <iostream>
@@ -12,7 +12,7 @@
#include "base/logging.h"
#include "base/utf_string_conversions.h"
-#include "ui/gfx/compositor/layer.h"
+#include "ui/compositor/layer.h"
#include "ui/gfx/interpolated_transform.h"
#include "ui/gfx/point.h"
#include "ui/gfx/transform.h"
« no previous file with comments | « ui/compositor/debug_utils.h ('k') | ui/compositor/layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698