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

Unified Diff: webkit/glue/webpreferences.h

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 | « ui/views/examples/content_client/examples_content_browser_client.cc ('k') | webkit/glue/webpreferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webpreferences.h
diff --git a/webkit/glue/webpreferences.h b/webkit/glue/webpreferences.h
index dcff7b7b3e7dcba9fc0a54b5bbbb01ce67f9108a..05e06775fca458068bfa76bd9357f5ba6a280baf 100644
--- a/webkit/glue/webpreferences.h
+++ b/webkit/glue/webpreferences.h
@@ -22,6 +22,8 @@ namespace WebKit {
class WebView;
}
+namespace webkit_glue {
+
struct WEBKIT_GLUE_EXPORT WebPreferences {
// Map of ISO 15924 four-letter script code to font family. For example,
// "Arab" to "My Arabic Font".
@@ -128,4 +130,6 @@ struct WEBKIT_GLUE_EXPORT WebPreferences {
void Apply(WebKit::WebView* web_view) const;
};
+} // namespace webkit_glue
+
#endif // WEBKIT_GLUE_WEBPREFERENCES_H__
« no previous file with comments | « ui/views/examples/content_client/examples_content_browser_client.cc ('k') | webkit/glue/webpreferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698