2757472: Reland "Reland "[LSC] Remove base::string16 alias""

2757472
This commit is contained in:
John Kleinschmidt 2021-03-16 13:58:27 -04:00
parent 22d8f22cfb
commit ec893f8322
19 changed files with 0 additions and 23 deletions

View file

@ -6,7 +6,6 @@
#define SHELL_COMMON_APPLICATION_INFO_H_
#if defined(OS_WIN)
#include "base/strings/string16.h"
#include "shell/browser/win/scoped_hstring.h"
#endif

View file

@ -7,7 +7,6 @@
#include <string>
#include "base/strings/string16.h"
#include "ui/events/keycodes/keyboard_codes.h"
namespace electron {

View file

@ -8,8 +8,6 @@
#include <string>
#include <vector>
#include "base/strings/string16.h"
namespace electron {
// Return a list of user preferred languages from OS. The list doesn't include

View file

@ -11,10 +11,6 @@
#include "base/files/file_path.h"
#include "build/build_config.h"
#if defined(OS_WIN)
#include "base/strings/string16.h"
#endif
class GURL;
namespace platform_util {