Commit 2677c697 authored by baxley's avatar baxley Committed by Commit bot

Use include instead of import for <map> in http_server_test_util.h

map should be included, rather than imported.

BUG=

Review-Url: https://codereview.chromium.org/2163373003
Cr-Commit-Position: refs/heads/master@{#406675}
parent 2de366b5
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#ifndef IOS_WEB_PUBLIC_TEST_HTTP_SERVER_UTIL_H_ #ifndef IOS_WEB_PUBLIC_TEST_HTTP_SERVER_UTIL_H_
#define IOS_WEB_PUBLIC_TEST_HTTP_SERVER_UTIL_H_ #define IOS_WEB_PUBLIC_TEST_HTTP_SERVER_UTIL_H_
#import <map> #include <map>
#include "url/gurl.h" #include "url/gurl.h"
......
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