Commit 6a502e3c authored by Greg Thompson's avatar Greg Thompson Committed by Commit Bot

IWYU fixes in /chrome/browser/extensions.

base/win/registry.h includes more than it uses. These files were
inadvertently relying on that fact. This CL adds missing includes so
that registry.h can be cleaned up.

BUG=None
This CL was uploaded by git cl split.

R=reillyg@chromium.org

Change-Id: I788d0ba88662c41a2bbe2f1feccd1558afe9cdf7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2475034
Commit-Queue: Reilly Grant <reillyg@chromium.org>
Reviewed-by: default avatarReilly Grant <reillyg@chromium.org>
Auto-Submit: Greg Thompson <grt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#817562}
parent 79ebd527
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include <utility> #include <utility>
#include "base/bind.h" #include "base/bind.h"
#include "base/callback.h"
#include "base/files/file_path.h" #include "base/files/file_path.h"
#include "base/files/file_util.h" #include "base/files/file_util.h"
#include "base/files/scoped_file.h" #include "base/files/scoped_file.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