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

Unified Diff: content/renderer/clipboard_utils.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « content/renderer/browser_plugin/mock_browser_plugin_manager.cc ('k') | content/renderer/clipboard_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/clipboard_utils.h
diff --git a/content/renderer/clipboard_utils.h b/content/renderer/clipboard_utils.h
index e767907769457fafa3b235e1fa2ff0fe9be6c3f1..3acf7b43ebbc477fc4dd8ba29122f4be49163536 100644
--- a/content/renderer/clipboard_utils.h
+++ b/content/renderer/clipboard_utils.h
@@ -9,18 +9,18 @@
#include "content/common/content_export.h"
-namespace WebKit {
+namespace blink {
class WebString;
class WebURL;
}
namespace content {
-CONTENT_EXPORT std::string URLToMarkup(const WebKit::WebURL& url,
- const WebKit::WebString& title);
+CONTENT_EXPORT std::string URLToMarkup(const blink::WebURL& url,
+ const blink::WebString& title);
-CONTENT_EXPORT std::string URLToImageMarkup(const WebKit::WebURL& url,
- const WebKit::WebString& title);
+CONTENT_EXPORT std::string URLToImageMarkup(const blink::WebURL& url,
+ const blink::WebString& title);
} // namespace content
« no previous file with comments | « content/renderer/browser_plugin/mock_browser_plugin_manager.cc ('k') | content/renderer/clipboard_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698