Commit edc854b5 authored by Greg Thompson's avatar Greg Thompson Committed by Commit Bot

IWYU fixes in /chrome/updater.

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=ganesh@chromium.org

Change-Id: I9870f7a77b294b14475c63a4b2752de0d86ef87b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2475113
Commit-Queue: S. Ganesh <ganesh@chromium.org>
Reviewed-by: default avatarS. Ganesh <ganesh@chromium.org>
Auto-Submit: Greg Thompson <grt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#817492}
parent dc752c85
......@@ -8,6 +8,7 @@
#include <memory>
#include <string>
#include "base/strings/string16.h"
#include "base/win/registry.h"
#include "chrome/updater/policy_manager.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