Index: cc/layers/draw_properties.h |
diff --git a/cc/draw_properties.h b/cc/layers/draw_properties.h |
similarity index 96% |
rename from cc/draw_properties.h |
rename to cc/layers/draw_properties.h |
index 858e4ffe61db03b824d523735b74ccd804f90f3b..23db23c28a380c3c2326c03d07bd9da615300a95 100644 |
--- a/cc/draw_properties.h |
+++ b/cc/layers/draw_properties.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_DRAW_PROPERTIES_H_ |
-#define CC_DRAW_PROPERTIES_H_ |
+#ifndef CC_LAYERS_DRAW_PROPERTIES_H_ |
+#define CC_LAYERS_DRAW_PROPERTIES_H_ |
#include "base/memory/scoped_ptr.h" |
#include "ui/gfx/rect.h" |
@@ -96,4 +96,4 @@ struct CC_EXPORT DrawProperties { |
} // namespace cc |
-#endif // CC_DRAW_PROPERTIES_H_ |
+#endif // CC_LAYERS_DRAW_PROPERTIES_H_ |