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

Unified Diff: public/testing/WebPreferences.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « public/testing/WebFrameTestProxy.h ('k') | public/testing/WebTestDelegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/testing/WebPreferences.h
diff --git a/public/testing/WebPreferences.h b/public/testing/WebPreferences.h
index 2dbed40daec747359d913646f966bb8e0ec89268..e49088af9ec1aea648b0bacb0b6b41c916971579 100644
--- a/public/testing/WebPreferences.h
+++ b/public/testing/WebPreferences.h
@@ -36,7 +36,7 @@
#include "public/platform/WebURL.h"
#include "public/web/WebSettings.h"
-namespace WebKit {
+namespace blink {
class WebView;
}
@@ -51,7 +51,7 @@ struct WEBTESTRUNNER_EXPORT WebPreferences {
bool allowFileAccessFromFileURLs;
bool allowRunningOfInsecureContent;
bool authorAndUserStylesEnabled;
- WebKit::WebString defaultTextEncodingName;
+ blink::WebString defaultTextEncodingName;
bool experimentalWebGLEnabled;
bool experimentalCSSRegionsEnabled;
bool experimentalCSSGridLayoutEnabled;
@@ -63,9 +63,9 @@ struct WEBTESTRUNNER_EXPORT WebPreferences {
bool loadsImagesAutomatically;
bool offlineWebApplicationCacheEnabled;
bool pluginsEnabled;
- WebKit::WebURL userStyleSheetLocation;
+ blink::WebURL userStyleSheetLocation;
bool allowUniversalAccessFromFileURLs;
- WebKit::WebSettings::EditingBehavior editingBehavior;
+ blink::WebSettings::EditingBehavior editingBehavior;
bool tabsToLinks;
bool hyperlinkAuditingEnabled;
bool caretBrowsingEnabled;
« no previous file with comments | « public/testing/WebFrameTestProxy.h ('k') | public/testing/WebTestDelegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698