| Index: chrome/browser/webshare/share_service_impl.h
|
| diff --git a/chrome/browser/webshare/share_service_impl.h b/chrome/browser/webshare/share_service_impl.h
|
| index b2de0601fc801fd1993d2df67435bc5173bc55f9..ed1cde8113f86719a26aefc1cd29e1dd36056790 100644
|
| --- a/chrome/browser/webshare/share_service_impl.h
|
| +++ b/chrome/browser/webshare/share_service_impl.h
|
| @@ -40,9 +40,8 @@ class ShareServiceImpl : public blink::mojom::ShareService {
|
| Browser* GetBrowser();
|
|
|
| // Returns the URL template of the target identified by |target_url|
|
| - std::string GetTargetTemplate(
|
| - const std::string& target_url,
|
| - const base::DictionaryValue& share_targets);
|
| + std::string GetTargetTemplate(const std::string& target_url,
|
| + const base::DictionaryValue& share_targets);
|
|
|
| // Virtual for testing purposes.
|
| virtual PrefService* GetPrefService();
|
|
|