summaryrefslogtreecommitdiffstats
path: root/ui/aura/env_observer.h
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-30 22:10:14 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-30 22:10:14 +0000
commita857dbe9dab3f8df2b452d8fac0e2f1795ac8926 (patch)
tree3417cecbbab60f2ad69f05c1157eb8a7bcd9192f /ui/aura/env_observer.h
parent800c8d730fc85e7bf9b548947f5842828346c485 (diff)
downloadchromium_src-a857dbe9dab3f8df2b452d8fac0e2f1795ac8926.zip
chromium_src-a857dbe9dab3f8df2b452d8fac0e2f1795ac8926.tar.gz
chromium_src-a857dbe9dab3f8df2b452d8fac0e2f1795ac8926.tar.bz2
Decouple FocusManager from RootWindow.
- Added FocusChangeObserver Store active window in ActivationController instead of in RootWindow as there will be multiple root windows. BUG=123160 TEST=no functional change. all tests must pass. Review URL: https://chromiumcodereview.appspot.com/10453019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139647 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/env_observer.h')
-rw-r--r--ui/aura/env_observer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/aura/env_observer.h b/ui/aura/env_observer.h
index 9a4541a..351f14b 100644
--- a/ui/aura/env_observer.h
+++ b/ui/aura/env_observer.h
@@ -6,7 +6,6 @@
#define UI_AURA_ENV_OBSERVER_H_
#pragma once
-#include "base/observer_list.h"
#include "ui/aura/aura_export.h"
namespace aura {