Index: ui/views/examples/radio_button_example.h |
diff --git a/views/examples/radio_button_example.h b/ui/views/examples/radio_button_example.h |
similarity index 85% |
rename from views/examples/radio_button_example.h |
rename to ui/views/examples/radio_button_example.h |
index 06754c1f0625ea6e7465ec1528950e4f97aecefa..44e59b13921be7b83b6ebf02def7e2f532fd4b06 100644 |
--- a/views/examples/radio_button_example.h |
+++ b/ui/views/examples/radio_button_example.h |
@@ -2,16 +2,16 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef VIEWS_EXAMPLES_RADIO_BUTTON_EXAMPLE_H_ |
-#define VIEWS_EXAMPLES_RADIO_BUTTON_EXAMPLE_H_ |
+#ifndef UI_VIEWS_EXAMPLES_RADIO_BUTTON_EXAMPLE_H_ |
+#define UI_VIEWS_EXAMPLES_RADIO_BUTTON_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/radio_button.h" |
-#include "views/examples/example_base.h" |
namespace events { |
class TextButton; |
@@ -48,4 +48,4 @@ class RadioButtonExample : public ExampleBase, |
} // namespace examples |
-#endif // VIEWS_EXAMPLES_RADIO_BUTTON_EXAMPLE_H_ |
+#endif // UI_VIEWS_EXAMPLES_RADIO_BUTTON_EXAMPLE_H_ |