Chromium Code Reviews| Index: ui/gfx/color_profile_win.cc |
| diff --git a/ui/gfx/color_profile_win.cc b/ui/gfx/color_profile_win.cc |
| index a22c3d96a18a2fc1efc98401cea5d27679b10caa..c88f969fce157f13c375b0fefda8a170e3af922e 100644 |
| --- a/ui/gfx/color_profile_win.cc |
| +++ b/ui/gfx/color_profile_win.cc |
| @@ -4,10 +4,10 @@ |
| #include "ui/gfx/color_profile.h" |
| -#include <map> |
| #include <windows.h> |
|
tfarina
2014/09/04 18:08:11
this is probably fine, since it usually wants to c
|
| +#include <map> |
| -#include "base/file_util.h" |
| +#include "base/files/file_util.h" |
| #include "base/lazy_instance.h" |
| #include "base/synchronization/lock.h" |