| commit | 9405d7f59a017eacfb65d153b90466d6a92b7be5 | [log] [tgz] |
|---|---|---|
| author | Sylvain Defresne <sdefresne@chromium.org> | Sun Jan 26 16:08:56 2020 |
| committer | Commit Bot <commit-bot@chromium.org> | Sun Jan 26 16:08:56 2020 |
| tree | f7e5875e5ebfa46ff806cd2d7a9d8ac859f4552e | |
| parent | 3691b99dd4d2faf5151bc24102481c7771d4223d [diff] |
[ios] Fix uses of ios::ChromeBrowserState in /ios/chrome/browser/ui/webui/sync_internals The ChromeBrowserState has been moved from the "ios" namespace to the global namespace by http://crrev.com/c/2014913. Fix the uses from ios::ChromeBrowserState to ChromeBrowserState. Also remove includes of chrome_browser_state_forward.h and use a simple forward declaration instead (since the old name is no longer necessary). This CL was uploaded by git cl split. R=jkrcal@chromium.org Bug: 1042208 Change-Id: I6dce688210597c6502ba585fba6cb46182611b6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2017203 Reviewed-by: Jan Krcal <jkrcal@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#735283}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .