commit | 40a31612e43aadc02b3d70b260dca8bdde9900da | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Thu May 31 00:02:49 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu May 31 00:02:49 2018 |
tree | 21ae92d06f96b33b9599048b0ccc342afa426386 | |
parent | 5158905f66e082f306d5f889813feb3ce5f55a9f [diff] |
Typo fix: Include a .h file instead of a .cc file in a test A test includes the cc file components/search_engines/search_engines_test_util.cc instead of its header file. This patch changes that to include the header file instead. This inclusion has caused no to me known problems and was just found as a result of looking through the source for this pattern after a similar instance did cause problems. Change-Id: Iffdb68a8055d69a8a3df450c7982ec1e674dcf6e Reviewed-on: https://chromium-review.googlesource.com/1005175 Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#563075}
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 .