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

Unified Diff: content/public/renderer/web_preferences.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/public/renderer/renderer_ppapi_host.h ('k') | content/public/test/browser_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/web_preferences.h
diff --git a/content/public/renderer/web_preferences.h b/content/public/renderer/web_preferences.h
index f38384379743cdf88280d741a8c1ec578bc0fbb8..a61047338ad7c049513a7f44198f118b6cb25c9b 100644
--- a/content/public/renderer/web_preferences.h
+++ b/content/public/renderer/web_preferences.h
@@ -9,14 +9,14 @@
struct WebPreferences;
-namespace WebKit {
+namespace blink {
class WebView;
}
namespace content {
CONTENT_EXPORT void ApplyWebPreferences(const WebPreferences& prefs,
- WebKit::WebView* web_view);
+ blink::WebView* web_view);
} // namespace content
« no previous file with comments | « content/public/renderer/renderer_ppapi_host.h ('k') | content/public/test/browser_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698