| Index: chrome/browser/ui/webui/options/chromeos/display_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/display_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/display_options_handler.cc
|
| index f21b97ea679e6f68e637756f293449e8695c6804..8e71549237d183578b62ecb1cb88e36fee85c978 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/display_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/display_options_handler.cc
|
| @@ -11,11 +11,11 @@
|
| #include <string>
|
| #include <utility>
|
|
|
| -#include "ash/common/strings/grit/ash_strings.h"
|
| #include "ash/display/display_configuration_controller.h"
|
| #include "ash/display/resolution_notification_controller.h"
|
| #include "ash/display/window_tree_host_manager.h"
|
| #include "ash/shell.h"
|
| +#include "ash/strings/grit/ash_strings.h"
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| #include "base/logging.h"
|
|
|