DescriptionAdding missing include for base/bind.h
This code uses base::Bind and in default configurations
"base/bind.h" is included through
chrome/browser/extensions/extension_service.h ->
chrome/browser/extensions/blacklist.h ->
chrome/browser/safe_browsing/database_manager.h ->
chrome/browser/safe_browsing/protocol_manager.h ->
...
but in my configuration the code needs to be good code and include
headers for code it uses itself.
BUG=
Committed: https://crrev.com/7bc7846ce63fc60f2c87b279c3a506c76c2a5323
Cr-Commit-Position: refs/heads/master@{#310549}
Patch Set 1 #
Total comments: 2
Patch Set 2 : And bind_helpers.h #Messages
Total messages: 9 (2 generated)
|