Fixup 2752406: [LSC] Replace base::string16 with std::u16string in //ui
This commit is contained in:
parent
97b6868e9c
commit
b6d2ae0455
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue