Index: cc/layers/scrollbar_layer.h |
diff --git a/cc/scrollbar_layer.h b/cc/layers/scrollbar_layer.h |
similarity index 94% |
rename from cc/scrollbar_layer.h |
rename to cc/layers/scrollbar_layer.h |
index e12873c60900568b924c0204a5560cb6a24cf79a..eafdde851e5f56322a780a8b6f516a87db1cc7eb 100644 |
--- a/cc/scrollbar_layer.h |
+++ b/cc/layers/scrollbar_layer.h |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CC_SCROLLBAR_LAYER_H_ |
-#define CC_SCROLLBAR_LAYER_H_ |
+#ifndef CC_LAYERS_SCROLLBAR_LAYER_H_ |
+#define CC_LAYERS_SCROLLBAR_LAYER_H_ |
#include "cc/base/cc_export.h" |
-#include "cc/contents_scaling_layer.h" |
+#include "cc/layers/contents_scaling_layer.h" |
+#include "cc/layers/scrollbar_theme_painter.h" |
#include "cc/resources/layer_updater.h" |
-#include "cc/scrollbar_theme_painter.h" |
#include "third_party/WebKit/Source/Platform/chromium/public/WebScrollbar.h" |
#include "third_party/WebKit/Source/Platform/chromium/public/WebScrollbarThemeGeometry.h" |
@@ -96,4 +96,4 @@ class CC_EXPORT ScrollbarLayer : public ContentsScalingLayer { |
} // namespace cc |
-#endif // CC_SCROLLBAR_LAYER_H_ |
+#endif // CC_LAYERS_SCROLLBAR_LAYER_H_ |