Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1392)

Unified Diff: chrome/browser/webshare/share_service_impl.h

Issue 2694643002: Remove conditional compile statements in ShareServiceImpl (and test). (Closed)
Patch Set: Rebase (constantina@'s upstream CL landed). Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/webshare/share_service_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | chrome/browser/webshare/share_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698