Skip to content

Commit

Permalink
IWYU fixes in /rlz.
Browse files Browse the repository at this point in the history
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=sdefresne@chromium.org

Change-Id: Ia84a3141bc4b84c6ced69dba12784cb448b2091c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2474694
Auto-Submit: Greg Thompson <grt@chromium.org>
Reviewed-by: Sylvain Defresne <sdefresne@chromium.org>
Commit-Queue: Sylvain Defresne <sdefresne@chromium.org>
Cr-Commit-Position: refs/heads/master@{#817441}
  • Loading branch information
GregTho authored and Commit Bot committed Oct 15, 2020
1 parent 9d07cba commit c495da5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rlz/test/rlz_test_helpers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <map>
#include <vector>

#include "base/notreached.h"
#include "base/strings/string16.h"
#include "build/build_config.h"
#include "rlz/lib/rlz_lib.h"
Expand Down

0 comments on commit c495da5

Please sign in to comment.