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

Unified Diff: cc/layers/heads_up_display_layer.h

Issue 12603013: Part 10 of cc/ directory shuffles: layers (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
« no previous file with comments | « cc/layers/draw_properties.h ('k') | cc/layers/heads_up_display_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « cc/layers/draw_properties.h ('k') | cc/layers/heads_up_display_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698