Commit 92bfde3a authored by Vaclav Brozek's avatar Vaclav Brozek Committed by Commit Bot

Fix #include in password_field_prediction.cc

base/logging.h is a project file, not system file, so should get
parentheses around, not angle brackets. This CL fixes that.

TBR=dvadym@chromium.org

Bug: 831123
Change-Id: I8ccb4d8a91b15f5f74db9b968c543b4904066c1b
Reviewed-on: https://chromium-review.googlesource.com/1093320Reviewed-by: default avatarVaclav Brozek <vabr@chromium.org>
Commit-Queue: Vaclav Brozek <vabr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565746}
parent 0e56e5dd
...@@ -4,8 +4,7 @@ ...@@ -4,8 +4,7 @@
#include "components/password_manager/core/browser/form_parsing/password_field_prediction.h" #include "components/password_manager/core/browser/form_parsing/password_field_prediction.h"
#include <base/logging.h> #include "base/logging.h"
#include "components/autofill/core/browser/form_structure.h" #include "components/autofill/core/browser/form_structure.h"
#include "components/autofill/core/common/form_data.h" #include "components/autofill/core/common/form_data.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