#include <memory>
#include "build/build_config.h"
#include "chrome/browser/ui/color/chrome_color_id.h"
#include "components/eye_dropper/eye_dropper_view.h"
#include "content/public/browser/eye_dropper.h"
#include "content/public/browser/render_frame_host.h"
#include "content/public/browser/render_widget_host_view.h"
#include "content/public/browser/web_contents.h"
#include "ui/base/ui_base_features.h"
#if BUILDFLAG(IS_CHROMEOS_ASH)
#include "ash/public/cpp/shell_window_ids.h"
#include "ui/aura/window.h"
#endif
std::unique_ptr<content::EyeDropper> ShowEyeDropper(
content::RenderFrameHost* frame,
content::EyeDropperListener* listener) { … }