| 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 ed59602fbf021369870315cdead40a0c0ce2211c..51c2fcf15d2d434b200dbebf89e18886011511e5 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/display_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/display_options_handler.cc
|
| @@ -14,7 +14,8 @@
|
| #include "ash/display/display_manager.h"
|
| #include "ash/display/resolution_notification_controller.h"
|
| #include "ash/display/window_tree_host_manager.h"
|
| -#include "ash/screen_util.h"
|
| +//#include "ash/screen_util.h"
|
| +#include "ash/shell.h"
|
| #include "ash/shell.h"
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
|
|