Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / common / net / url_util.h
index 053b09b..17547f8 100644 (file)
@@ -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