summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsungmann.cho@navercorp.com <sungmann.cho@navercorp.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-25 06:33:10 +0000
committersungmann.cho@navercorp.com <sungmann.cho@navercorp.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-25 06:33:10 +0000
commit820d72d1288c0899c041076f299f024ad56c829a (patch)
treef9c5d49a7ddecbcbdde3886acf7def49139d0ce0
parenta86c6a92a8a3a3cf6ede56be513b90d91379dd90 (diff)
downloadchromium_src-820d72d1288c0899c041076f299f024ad56c829a.zip
chromium_src-820d72d1288c0899c041076f299f024ad56c829a.tar.gz
chromium_src-820d72d1288c0899c041076f299f024ad56c829a.tar.bz2
Remove unnecessary #includes in ash/wm/window_positioner.cc.
After the landing https://codereview.chromium.org/173883005, ash/wm/window_positioner.cc doesn't need the command line switch related headers anymore. So we can remove these. BUG=340466 Review URL: https://codereview.chromium.org/347783004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279635 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--ash/wm/window_positioner.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ash/wm/window_positioner.cc b/ash/wm/window_positioner.cc
index 55d2060..73b7d09 100644
--- a/ash/wm/window_positioner.cc
+++ b/ash/wm/window_positioner.cc
@@ -4,7 +4,6 @@
#include "ash/wm/window_positioner.h"
-#include "ash/ash_switches.h"
#include "ash/screen_util.h"
#include "ash/shell.h"
#include "ash/shell_window_ids.h"
@@ -12,7 +11,6 @@
#include "ash/wm/window_resizer.h"
#include "ash/wm/window_state.h"
#include "ash/wm/window_util.h"
-#include "base/command_line.h"
#include "ui/aura/window.h"
#include "ui/aura/window_delegate.h"
#include "ui/aura/window_event_dispatcher.h"