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

Unified Diff: chrome/common/net/url_util.h

Issue 558913003: Remove clipboard argument from ScopedClipboardWriter constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 3 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
Index: chrome/common/net/url_util.h
diff --git a/chrome/common/net/url_util.h b/chrome/common/net/url_util.h
index 053b09b4205328b842f5ad2812cd22f63dfcc9d1..17547f85b034f7227190943c7a5c9062e6e9d74e 100644
--- a/chrome/common/net/url_util.h
+++ b/chrome/common/net/url_util.h
@@ -9,16 +9,10 @@
class GURL;
-namespace ui {
-class Clipboard;
-}
-
namespace chrome_common_net {
// Writes a string representation of |url| to the system clipboard.
-void WriteURLToClipboard(const GURL& url,
- const std::string& languages,
- ui::Clipboard *clipboard);
+void WriteURLToClipboard(const GURL& url, const std::string& languages);
} // namespace chrome_common_net

Powered by Google App Engine
This is Rietveld 408576698