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

Unified Diff: ui/aura/ui_controls_aura.h

Issue 11419013: Add desktop vs. ash context to ui_controls Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 8 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
Index: ui/aura/ui_controls_aura.h
diff --git a/ui/aura/ui_controls_aura.h b/ui/aura/ui_controls_aura.h
deleted file mode 100644
index 4007430b3f2ba574892da77fe3d49d63fe827233..0000000000000000000000000000000000000000
--- a/ui/aura/ui_controls_aura.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// 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_
-
-#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_
« ash/shell.cc ('K') | « ui/aura/test/aura_test_helper.cc ('k') | ui/aura/ui_controls_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698