summaryrefslogtreecommitdiffstats
path: root/ui/aura/test/test_desktop_delegate.h
diff options
context:
space:
mode:
authoroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-20 20:32:53 +0000
committeroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-20 20:32:53 +0000
commit151a212becb52428c3932cfb0928c35599466b86 (patch)
tree487992dcfeab76f82c4c5ce85a10552522519c4b /ui/aura/test/test_desktop_delegate.h
parentf7d9ce25eb53f1211799de746a072639759ad4ec (diff)
downloadchromium_src-151a212becb52428c3932cfb0928c35599466b86.zip
chromium_src-151a212becb52428c3932cfb0928c35599466b86.tar.gz
chromium_src-151a212becb52428c3932cfb0928c35599466b86.tar.bz2
Revert r106508 "LayoutManager controls child bounds."
Added SetChildBounds and several listener methods to LayoutManager class. They will be used to implement more sophisticated behavior." This reverts commit 5d72aa923ebd1068319b67a1dbaa163a324c4b45. TBR=sadrul@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/8360009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106565 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/test/test_desktop_delegate.h')
-rw-r--r--ui/aura/test/test_desktop_delegate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/aura/test/test_desktop_delegate.h b/ui/aura/test/test_desktop_delegate.h
index 2be7fe9..09bfc31e 100644
--- a/ui/aura/test/test_desktop_delegate.h
+++ b/ui/aura/test/test_desktop_delegate.h
@@ -6,7 +6,6 @@
#define UI_AURA_TEST_TEST_DESKTOP_DELEGATE_H_
#pragma once
-#include "ui/aura/aura_export.h"
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
@@ -18,7 +17,7 @@ class ToplevelWindowContainer;
namespace test {
-class AURA_EXPORT TestDesktopDelegate : public DesktopDelegate {
+class TestDesktopDelegate : public DesktopDelegate {
public:
// Callers should allocate a TestDesktopDelegate on the heap and then forget
// about it -- the c'tor passes ownership of the TestDesktopDelegate to the