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

Unified Diff: ui/ui_controls/ui_controls_aura.h

Issue 11878013: Make ui_controls only usable from interactive_ui_tests. This has two benefits: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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 | « ui/ui_controls/ui_controls.h ('k') | ui/ui_controls/ui_controls_internal_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_controls/ui_controls_aura.h
===================================================================
--- ui/ui_controls/ui_controls_aura.h (revision 176470)
+++ ui/ui_controls/ui_controls_aura.h (working copy)
@@ -7,14 +7,13 @@
#include "base/callback_forward.h"
#include "ui/base/keycodes/keyboard_codes.h"
-#include "ui/base/ui_export.h"
#include "ui/gfx/native_widget_types.h"
#include "ui/ui_controls/ui_controls.h"
namespace ui_controls {
// An interface to provide Aura implementation of UI control.
-class UI_EXPORT UIControlsAura {
+class UIControlsAura {
public:
UIControlsAura();
virtual ~UIControlsAura();
« no previous file with comments | « ui/ui_controls/ui_controls.h ('k') | ui/ui_controls/ui_controls_internal_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698