Commit 2a9a5b78 authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

[Code health] Add flat_map.h to native_theme.h

This class is using base::flat_map, which seems to be added by this CL:
https://chromium-review.googlesource.com/c/chromium/src/+/1728056

Notice that the flat_map.h is not included. It works fine for now, but
can be a potential problem. For example, when I am working on my own CL:
https://chromium-review.googlesource.com/c/chromium/src/+/1614120

There is a compilation error if flat_map is not included in this file.

Bug: None
Change-Id: I8d9be82945a322afba3d0a07bd8d79d7a9910495
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1746293Reviewed-by: default avatarElly Fong-Jones <ellyjones@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#686451}
parent 7a6bab7a
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include <map> #include <map>
#include "base/containers/flat_map.h"
#include "base/macros.h" #include "base/macros.h"
#include "base/observer_list.h" #include "base/observer_list.h"
#include "build/build_config.h" #include "build/build_config.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