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

Unified Diff: webkit/glue/webpreferences.cc

Issue 10384128: Quote WebPreferences in namespace webkit_glue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright 2012 Created 8 years, 7 months 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 | « webkit/glue/webpreferences.h ('k') | webkit/plugins/webview_plugin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webpreferences.cc
diff --git a/webkit/glue/webpreferences.cc b/webkit/glue/webpreferences.cc
index 42eb5133443f4a98c752ffbd477549ffc7512d59..359e0b0c7fa2935e535a9e9a283e7e4b2373ada8 100644
--- a/webkit/glue/webpreferences.cc
+++ b/webkit/glue/webpreferences.cc
@@ -25,6 +25,8 @@ using WebKit::WebString;
using WebKit::WebURL;
using WebKit::WebView;
+namespace webkit_glue {
+
WebPreferences::WebPreferences()
: standard_font_family(ASCIIToUTF16("Times New Roman")),
fixed_font_family(ASCIIToUTF16("Courier New")),
@@ -352,3 +354,5 @@ void WebPreferences::Apply(WebView* web_view) const {
WebNetworkStateNotifier::setOnLine(is_online);
}
+
+} // namespace webkit_glue
« no previous file with comments | « webkit/glue/webpreferences.h ('k') | webkit/plugins/webview_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698