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

Unified Diff: ui/views/examples/bubble_example.h

Issue 8555013: views: Move examples/ directory to ui/views/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « no previous file | ui/views/examples/bubble_example.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/bubble_example.h
diff --git a/views/examples/bubble_example.h b/ui/views/examples/bubble_example.h
similarity index 81%
rename from views/examples/bubble_example.h
rename to ui/views/examples/bubble_example.h
index 65211aecce2a9ee82744b066e5a33dfca23064d3..9c7e1c708f4d76a833c922c33132536de4a91b1c 100644
--- a/views/examples/bubble_example.h
+++ b/ui/views/examples/bubble_example.h
@@ -2,17 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef VIEWS_EXAMPLES_BUBBLE_EXAMPLE_H_
-#define VIEWS_EXAMPLES_BUBBLE_EXAMPLE_H_
+#ifndef UI_VIEWS_EXAMPLES_BUBBLE_EXAMPLE_H_
+#define UI_VIEWS_EXAMPLES_BUBBLE_EXAMPLE_H_
#pragma once
-#include "views/examples/example_base.h"
+#include "ui/views/examples/example_base.h"
#include "views/controls/button/button.h"
namespace examples {
-struct BubbleConfig;
-
// A Bubble example.
class BubbleExample : public ExampleBase,
public views::ButtonListener {
@@ -37,4 +35,4 @@ class BubbleExample : public ExampleBase,
} // namespace examples
-#endif // VIEWS_EXAMPLES_BUBBLE_EXAMPLE_H_
+#endif // UI_VIEWS_EXAMPLES_BUBBLE_EXAMPLE_H_
« no previous file with comments | « no previous file | ui/views/examples/bubble_example.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698