Commit 608f8f81 authored by zhaoyangli's avatar zhaoyangli Committed by Commit Bot

Remove constants import from unified_consent_view_controller.h

The constants.h import was introduced in crrev/c/1888601 to ensure the
egtest in internal code base can continue accessing the constants. Now
tha egtest in internal code base has been changed to directly import
the constants header in crrev/i/2066050. So the header can be
removed as it's not used in the file.

Bug: 1015907
Change-Id: I6f4be06fd6327ea704012d2bac1e80a59a49bf68
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893546Reviewed-by: default avatarJérôme Lebel <jlebel@chromium.org>
Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#712645}
parent 8ee64a1e
...@@ -9,8 +9,6 @@ ...@@ -9,8 +9,6 @@
#include <vector> #include <vector>
#import "ios/chrome/browser/ui/authentication/unified_consent/unified_consent_constants.h"
@protocol UnifiedConsentViewControllerDelegate; @protocol UnifiedConsentViewControllerDelegate;
// UnifiedConsentViewController is a sub view controller to ask for the user // UnifiedConsentViewController is a sub view controller to ask for the user
......
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