diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-12 14:43:01 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-12 14:43:01 +0000 |
commit | 7da9c4cf0e9f949dd1f2a3322118344c5d7369c7 (patch) | |
tree | ec91a8b4f8a211bc557a9bb28b61c17f90749d02 /ash/shell.h | |
parent | c5ba8a93317a8363bcaf4b17cab96a296782803c (diff) | |
download | chromium_src-7da9c4cf0e9f949dd1f2a3322118344c5d7369c7.zip chromium_src-7da9c4cf0e9f949dd1f2a3322118344c5d7369c7.tar.gz chromium_src-7da9c4cf0e9f949dd1f2a3322118344c5d7369c7.tar.bz2 |
Rename gfx::Monitor to gfx::Display
BUG=130828
R=oshima@chromium.org
TBR=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10540091
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141659 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell.h')
-rw-r--r-- | ash/shell.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ash/shell.h b/ash/shell.h index 5848d29..abc7612 100644 --- a/ash/shell.h +++ b/ash/shell.h @@ -26,7 +26,6 @@ class CommandLine; namespace aura { class EventFilter; class FocusManager; -class Monitor; class RootWindow; class Window; namespace client { |