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

Unified Diff: ui/aura/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/aura/test/aura_test_helper.cc ('k') | ui/ui.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/ui_controls_aura.h
===================================================================
--- ui/aura/ui_controls_aura.h (revision 176470)
+++ ui/aura/ui_controls_aura.h (working copy)
@@ -5,8 +5,6 @@
#ifndef UI_AURA_UI_CONTROLS_AURA_H_
#define UI_AURA_UI_CONTROLS_AURA_H_
-#include "ui/aura/aura_export.h"
-
namespace ui_controls {
class UIControlsAura;
}
@@ -14,8 +12,7 @@
namespace aura {
class RootWindow;
-AURA_EXPORT ui_controls::UIControlsAura* CreateUIControlsAura(
- RootWindow* root_window);
+ui_controls::UIControlsAura* CreateUIControlsAura(RootWindow* root_window);
} // namespace aura
« no previous file with comments | « ui/aura/test/aura_test_helper.cc ('k') | ui/ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698