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 |