[ios] Allow use of chrome_browser_provider_forward.h from provider
The provider are not permitted to have dependency on //ios/chrome, however they were able to forward-declare ChromeBrowserProvider so they ended up with indirect dependency. To allow moving the class to the global namespace, allow them to include the forwarding header since this does not increase the amount of "bad" dependency. Bug: 1042208, 1043657 Change-Id: I838167daa14f16ab65983fd3ebf61267f1a9eedd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010796 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:Mark Cogan <marq@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#733375}
Showing
Please register or sign in to comment