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

Unified Diff: public/platform/linux/WebFontRenderStyle.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/platform/linux/WebFontInfo.h ('k') | public/platform/linux/WebSandboxSupport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/linux/WebFontRenderStyle.h
diff --git a/public/platform/linux/WebFontRenderStyle.h b/public/platform/linux/WebFontRenderStyle.h
index 65669b258326459e5115613d18e7b2065d27cae7..898af2a48cb9f8bae46f0980b462725c1f8bf394 100644
--- a/public/platform/linux/WebFontRenderStyle.h
+++ b/public/platform/linux/WebFontRenderStyle.h
@@ -35,7 +35,7 @@
namespace WebCore { struct FontRenderStyle; }
-namespace WebKit {
+namespace blink {
struct BLINK_EXPORT WebFontRenderStyle {
// Each of the use* members below can take one of three values:
@@ -58,6 +58,6 @@ struct BLINK_EXPORT WebFontRenderStyle {
void setDefaults();
};
-} // namespace WebKit
+} // namespace blink
#endif // WebFontRenderStyle_h
« no previous file with comments | « public/platform/linux/WebFontInfo.h ('k') | public/platform/linux/WebSandboxSupport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698