Index: ui/views/examples/scroll_view_example.h |
diff --git a/views/examples/scroll_view_example.h b/ui/views/examples/scroll_view_example.h |
similarity index 87% |
rename from views/examples/scroll_view_example.h |
rename to ui/views/examples/scroll_view_example.h |
index 41f41b69c0edae6d3ff0c963c6fafd273b108639..77d618a48bbf00652d43f9bcbd49986b83abc6bb 100644 |
--- a/views/examples/scroll_view_example.h |
+++ b/ui/views/examples/scroll_view_example.h |
@@ -2,17 +2,17 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef VIEWS_EXAMPLES_SCROLL_VIEW_EXAMPLE_H_ |
-#define VIEWS_EXAMPLES_SCROLL_VIEW_EXAMPLE_H_ |
+#ifndef UI_VIEWS_EXAMPLES_SCROLL_VIEW_EXAMPLE_H_ |
+#define UI_VIEWS_EXAMPLES_SCROLL_VIEW_EXAMPLE_H_ |
#pragma once |
#include <string> |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
+#include "ui/views/examples/example_base.h" |
#include "views/controls/button/text_button.h" |
#include "views/controls/scroll_view.h" |
-#include "views/examples/example_base.h" |
namespace examples { |
@@ -50,4 +50,4 @@ class ScrollViewExample : public ExampleBase, |
} // namespace examples |
-#endif // VIEWS_EXAMPLES_SCROLL_VIEW_EXAMPLE_H_ |
+#endif // UI_VIEWS_EXAMPLES_SCROLL_VIEW_EXAMPLE_H_ |