Fixup 2752406: [LSC] Replace base::string16 with std::u16string in //ui

This commit is contained in:
John Kleinschmidt 2021-03-16 15:43:51 -04:00
parent 97b6868e9c
commit b6d2ae0455

View file

@ -6,6 +6,8 @@
#ifndef SHELL_BROWSER_UI_INSPECTABLE_WEB_CONTENTS_VIEW_H_
#define SHELL_BROWSER_UI_INSPECTABLE_WEB_CONTENTS_VIEW_H_
#include <string>
#include "ui/gfx/native_widget_types.h"
class DevToolsContentsResizingStrategy;