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

Unified Diff: ui/aura_shell/default_container_layout_manager.h

Issue 8366012: aura: Make sure the tests we want to compile get built. (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 | « build/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/default_container_layout_manager.h
diff --git a/ui/aura_shell/default_container_layout_manager.h b/ui/aura_shell/default_container_layout_manager.h
index 3ea8946a03a80d372ca26137d91a4bad7550ec05..a693024ebee85e8ebf83a47781ff80657e66bb11 100644
--- a/ui/aura_shell/default_container_layout_manager.h
+++ b/ui/aura_shell/default_container_layout_manager.h
@@ -9,6 +9,7 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "ui/aura/layout_manager.h"
+#include "ui/aura_shell/aura_shell_export.h"
namespace aura {
class Window;
@@ -22,7 +23,8 @@ namespace aura_shell {
namespace internal {
// LayoutManager for the default window container.
-class DefaultContainerLayoutManager : public aura::LayoutManager {
+class AURA_SHELL_EXPORT DefaultContainerLayoutManager
+ : public aura::LayoutManager {
public:
explicit DefaultContainerLayoutManager(aura::Window* owner);
virtual ~DefaultContainerLayoutManager();
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698