| Index: ui/gfx/color_profile.h
|
| diff --git a/ui/gfx/color_profile.h b/ui/gfx/color_profile.h
|
| index be9c3830c97d67fbfdb8f9aec13b31ca0d3f64f5..04157e36b530adc4bffc33758694f64556821147 100644
|
| --- a/ui/gfx/color_profile.h
|
| +++ b/ui/gfx/color_profile.h
|
| @@ -5,20 +5,17 @@
|
| #ifndef UI_GFX_COLOR_PROFILE_H_
|
| #define UI_GFX_COLOR_PROFILE_H_
|
|
|
| -#include <stddef.h>
|
| -
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| #include "build/build_config.h"
|
| -#include "ui/gfx/geometry/rect.h"
|
| #include "ui/gfx/gfx_export.h"
|
| -#include "ui/gfx/native_widget_types.h"
|
|
|
| namespace gfx {
|
|
|
| class GFX_EXPORT ColorProfile {
|
| public:
|
| + ColorProfile(const std::vector<char>& profile);
|
| ColorProfile();
|
| ColorProfile(ColorProfile&& other);
|
| ColorProfile(const ColorProfile& other);
|
|
|