| Index: ash/display/display_color_manager_chromeos.h
|
| diff --git a/ash/display/display_color_manager_chromeos.h b/ash/display/display_color_manager_chromeos.h
|
| index 0613a9e333b5144933cdef34e9997f34e83ee5bd..b434e05a351ea745f1697e87a3a03d1cc0a3fb68 100644
|
| --- a/ash/display/display_color_manager_chromeos.h
|
| +++ b/ash/display/display_color_manager_chromeos.h
|
| @@ -5,12 +5,14 @@
|
| #ifndef ASH_DISPLAY_DISPLAY_COLOR_MANAGER_CHROMEOS_H_
|
| #define ASH_DISPLAY_DISPLAY_COLOR_MANAGER_CHROMEOS_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <map>
|
| #include <vector>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "base/basictypes.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "ui/display/chromeos/display_configurator.h"
|
| #include "ui/gfx/display.h"
|
|
|