Skip to content

Commit

Permalink
Use ProfileImportHandler::Create address
Browse files Browse the repository at this point in the history
Take the address of the ProfileImportHandler::Create routine when
adding it to the mojo interface registry.

BUG=

Review-Url: https://codereview.chromium.org/2563393002
Cr-Commit-Position: refs/heads/master@{#437971}
  • Loading branch information
noel authored and Commit bot committed Dec 13, 2016
1 parent 2d55aec commit 0b08dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/utility/chrome_content_utility_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ void ChromeContentUtilityClient::ExposeInterfacesToBrowser(
registry->AddInterface<net::interfaces::ProxyResolverFactory>(
base::Bind(CreateProxyResolverFactory));
registry->AddInterface(base::Bind(CreateResourceUsageReporter));
registry->AddInterface(base::Bind(ProfileImportHandler::Create));
registry->AddInterface(base::Bind(&ProfileImportHandler::Create));
#endif
registry->AddInterface(
base::Bind(&safe_json::SafeJsonParserMojoImpl::Create));
Expand Down

0 comments on commit 0b08dd3

Please sign in to comment.