Commit f53eb62d authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Properly include <string>.

<string>, not "string".

Change-Id: I16343119e3432d1fa307462e208b8c887c425650
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2261794Reviewed-by: default avatarMatthias Körber <koerber@google.com>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#781760}
parent be6a1ed8
......@@ -4,7 +4,7 @@
#include "chrome/browser/extensions/media_router_extension_access_logger_impl.h"
#include "string"
#include <string>
#include "base/bind.h"
#include "base/check.h"
......
......@@ -5,9 +5,9 @@
#ifndef COMPONENTS_AUTOFILL_CONTENT_RENDERER_FOCUS_TEST_UTILS_H_
#define COMPONENTS_AUTOFILL_CONTENT_RENDERER_FOCUS_TEST_UTILS_H_
#include "base/callback.h"
#include "string"
#include <string>
#include "base/callback.h"
#include "third_party/blink/public/web/web_document.h"
namespace autofill {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment