Index: cc/layers/heads_up_display_layer.h |
diff --git a/cc/heads_up_display_layer.h b/cc/layers/heads_up_display_layer.h |
similarity index 82% |
rename from cc/heads_up_display_layer.h |
rename to cc/layers/heads_up_display_layer.h |
index 63cbf798523443f6584883fb9d3f0fa85145113c..d7656c5a57ef0f7e86dad6f3004febfee79dfb88 100644 |
--- a/cc/heads_up_display_layer.h |
+++ b/cc/layers/heads_up_display_layer.h |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CC_HEADS_UP_DISPLAY_LAYER_H_ |
-#define CC_HEADS_UP_DISPLAY_LAYER_H_ |
+#ifndef CC_LAYERS_HEADS_UP_DISPLAY_LAYER_H_ |
+#define CC_LAYERS_HEADS_UP_DISPLAY_LAYER_H_ |
#include "base/memory/scoped_ptr.h" |
#include "cc/base/cc_export.h" |
-#include "cc/layer.h" |
+#include "cc/layers/layer.h" |
namespace cc { |
@@ -32,4 +32,4 @@ class CC_EXPORT HeadsUpDisplayLayer : public Layer { |
} // namespace cc |
-#endif // CC_HEADS_UP_DISPLAY_LAYER_H_ |
+#endif // CC_LAYERS_HEADS_UP_DISPLAY_LAYER_H_ |