| Index: chrome/browser/chromeos/preferences.cc
|
| diff --git a/chrome/browser/chromeos/preferences.cc b/chrome/browser/chromeos/preferences.cc
|
| index 8ad429b337062609cc1922c6a746807b73377e3a..49f21a1740cbe9082d2cc0994dad7e7c91b72805 100644
|
| --- a/chrome/browser/chromeos/preferences.cc
|
| +++ b/chrome/browser/chromeos/preferences.cc
|
| @@ -6,11 +6,11 @@
|
|
|
| #include <vector>
|
|
|
| -#include "ash/accessibility_types.h"
|
| -#include "ash/ash_constants.h"
|
| #include "ash/autoclick/autoclick_controller.h"
|
| +#include "ash/common/accessibility_types.h"
|
| +#include "ash/common/ash_constants.h"
|
| +#include "ash/common/wm_shell.h"
|
| #include "ash/shell.h"
|
| -#include "ash/wm_shell.h"
|
| #include "base/command_line.h"
|
| #include "base/i18n/time_formatting.h"
|
| #include "base/metrics/histogram_macros.h"
|
|
|