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

Unified Diff: views/widget/native_widget_aura.h

Issue 7982022: Fix aura linx build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 9 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/native_widget_aura.h
diff --git a/views/widget/native_widget_aura.h b/views/widget/native_widget_aura.h
index 8825fa91a3c07e43a67243ad20d8db838604baf7..8c6975ee6f19a103d92adcb52cf7c8e14e9f4ffe 100644
--- a/views/widget/native_widget_aura.h
+++ b/views/widget/native_widget_aura.h
@@ -7,6 +7,7 @@
#pragma once
#include "ui/aura/window_delegate.h"
+#include "views/views_export.h"
#include "views/widget/native_widget_private.h"
namespace aura {
@@ -18,8 +19,8 @@ class Font;
namespace views {
-class NativeWidgetAura : public internal::NativeWidgetPrivate,
- public aura::WindowDelegate {
+class VIEWS_EXPORT NativeWidgetAura : public internal::NativeWidgetPrivate,
+ public aura::WindowDelegate {
public:
explicit NativeWidgetAura(internal::NativeWidgetDelegate* delegate);
virtual ~NativeWidgetAura();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698