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

Unified Diff: cc/output/geometry_binding.h

Issue 12912006: Part 4 of cc/ directory shuffles: output (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
Index: cc/output/geometry_binding.h
diff --git a/cc/geometry_binding.h b/cc/output/geometry_binding.h
similarity index 88%
rename from cc/geometry_binding.h
rename to cc/output/geometry_binding.h
index 2d5aed130da717a4aa949ae3b6c9647d898b1fc6..74321aa538700e4adb02292a1e12fc48f486874c 100644
--- a/cc/geometry_binding.h
+++ b/cc/output/geometry_binding.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_GEOMETRY_BINDING_H_
-#define CC_GEOMETRY_BINDING_H_
+#ifndef CC_OUTPUT_GEOMETRY_BINDING_H_
+#define CC_OUTPUT_GEOMETRY_BINDING_H_
namespace gfx { class RectF; }
@@ -35,4 +35,4 @@ class GeometryBinding {
} // namespace cc
-#endif // CC_GEOMETRY_BINDING_H_
+#endif // CC_OUTPUT_GEOMETRY_BINDING_H_

Powered by Google App Engine
This is Rietveld 408576698