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

Unified Diff: ui/aura/ui_controls_aura.h

Issue 9390038: Move automation/ui_controls to ui/ui_controls (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win_aura fix, sync Created 8 years, 9 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_base.cc ('k') | ui/aura/ui_controls_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/ui_controls_aura.h
diff --git a/ui/aura/ui_controls_aura.h b/ui/aura/ui_controls_aura.h
new file mode 100644
index 0000000000000000000000000000000000000000..b169cec4ec674bf57c2f43aaa9d355350b2600bb
--- /dev/null
+++ b/ui/aura/ui_controls_aura.h
@@ -0,0 +1,23 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef UI_AURA_UI_CONTROLS_AURA_H_
+#define UI_AURA_UI_CONTROLS_AURA_H_
+#pragma once
+
+#include "ui/aura/aura_export.h"
+
+namespace ui_controls {
+class UIControlsAura;
+}
+
+namespace aura {
+class RootWindow;
+
+AURA_EXPORT ui_controls::UIControlsAura* CreateUIControlsAura(
+ RootWindow* root_window);
+
+} // namespace aura
+
+#endif // UI_AURA_UI_CONTROLS_AURA_H_
« no previous file with comments | « ui/aura/test/aura_test_base.cc ('k') | ui/aura/ui_controls_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698