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

Unified Diff: cc/layers/scrollbar_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/scrollbar_geometry_stub.cc ('k') | cc/layers/scrollbar_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « cc/layers/scrollbar_geometry_stub.cc ('k') | cc/layers/scrollbar_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698