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

Unified Diff: cc/layers/scrollbar_geometry_stub.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_fixed_thumb.cc ('k') | cc/layers/scrollbar_geometry_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/scrollbar_geometry_stub.h
diff --git a/cc/scrollbar_geometry_stub.h b/cc/layers/scrollbar_geometry_stub.h
similarity index 94%
rename from cc/scrollbar_geometry_stub.h
rename to cc/layers/scrollbar_geometry_stub.h
index 336a2bf6bc70c5613f4bdc47a033cdf5fa5b6518..d6714754c15a2866a6e5f444dae7551f3a28d4e3 100644
--- a/cc/scrollbar_geometry_stub.h
+++ b/cc/layers/scrollbar_geometry_stub.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_SCROLLBAR_GEOMETRY_STUB_H_
-#define CC_SCROLLBAR_GEOMETRY_STUB_H_
+#ifndef CC_LAYERS_SCROLLBAR_GEOMETRY_STUB_H_
+#define CC_LAYERS_SCROLLBAR_GEOMETRY_STUB_H_
#include "base/memory/scoped_ptr.h"
#include "cc/base/cc_export.h"
@@ -51,4 +51,4 @@ private:
}
-#endif // CC_SCROLLBAR_GEOMETRY_STUB_H_
+#endif // CC_LAYERS_SCROLLBAR_GEOMETRY_STUB_H_
« no previous file with comments | « cc/layers/scrollbar_geometry_fixed_thumb.cc ('k') | cc/layers/scrollbar_geometry_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698