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

Unified Diff: ui/aura/desktop_delegate.h

Issue 8205018: Gets component build to work with aura. As part of this I needed to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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/desktop.cc ('k') | ui/aura/layout_manager.h » ('j') | ui/gfx/screen.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/desktop_delegate.h
diff --git a/ui/aura/desktop_delegate.h b/ui/aura/desktop_delegate.h
index b968670ed3ad1014141028c4d927e39f630eaed7..5438533e92572115e3d49354b7dc258c02635163 100644
--- a/ui/aura/desktop_delegate.h
+++ b/ui/aura/desktop_delegate.h
@@ -6,11 +6,13 @@
#define UI_AURA_DESKTOP_DELEGATE_H_
#pragma once
+#include "ui/aura/aura_export.h"
+
namespace aura {
class Window;
-class DesktopDelegate {
+class AURA_EXPORT DesktopDelegate {
public:
virtual ~DesktopDelegate() {}
« no previous file with comments | « ui/aura/desktop.cc ('k') | ui/aura/layout_manager.h » ('j') | ui/gfx/screen.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698