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

Unified Diff: ui/aura_shell/examples/example_factory.h

Issue 8587013: aura_shell: Remove unused native_widget_types.h include from example_factory.h (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/aura_shell/examples/lock_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/examples/example_factory.h
diff --git a/ui/aura_shell/examples/example_factory.h b/ui/aura_shell/examples/example_factory.h
index 8e184193637ab2a6b5e20c1677336d1c63908c4e..d78dedb285347966ada520ef62d40311374e3980 100644
--- a/ui/aura_shell/examples/example_factory.h
+++ b/ui/aura_shell/examples/example_factory.h
@@ -2,12 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_AURA_SHELL_SHELL_FACTORY_H_
-#define UI_AURA_SHELL_SHELL_FACTORY_H_
+#ifndef UI_AURA_SHELL_EXAMPLES_EXAMPLE_FACTORY_H_
+#define UI_AURA_SHELL_EXAMPLES_EXAMPLE_FACTORY_H_
#pragma once
-#include "ui/gfx/native_widget_types.h"
-
namespace views {
class View;
}
@@ -17,7 +15,7 @@ namespace examples {
void CreatePointyBubble(views::View* anchor_view);
-void CreateLock();
+void CreateLockScreen();
// Creates a window showing samples of commonly used widgets.
void CreateWidgetsWindow();
@@ -25,4 +23,4 @@ void CreateWidgetsWindow();
} // namespace examples
} // namespace aura_shell
-#endif // UI_AURA_SHELL_SHELL_FACTORY_H_
+#endif // UI_AURA_SHELL_EXAMPLES_EXAMPLE_FACTORY_H_
« no previous file with comments | « no previous file | ui/aura_shell/examples/lock_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698