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

Unified Diff: ui/aura_shell/desktop_layout_manager.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
Index: ui/aura_shell/desktop_layout_manager.h
diff --git a/ui/aura_shell/desktop_layout_manager.h b/ui/aura_shell/desktop_layout_manager.h
index 9afc89a61312c7cead2d36b9cf3c02250f197d5d..28e1f0245b58fff9754a7f16021c8e7d21e2c654 100644
--- a/ui/aura_shell/desktop_layout_manager.h
+++ b/ui/aura_shell/desktop_layout_manager.h
@@ -22,7 +22,7 @@ namespace internal {
// A layout manager for the root window.
// Resizes all of its immediate children to fill the bounds of the root window.
-class AURA_SHELL_EXPORT DesktopLayoutManager : public aura::LayoutManager {
+class DesktopLayoutManager : public aura::LayoutManager {
public:
explicit DesktopLayoutManager(aura::Window* owner);
virtual ~DesktopLayoutManager();
« no previous file with comments | « ui/aura_shell/aura_shell.gyp ('k') | ui/aura_shell/shell.h » ('j') | ui/gfx/screen.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698