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

Unified Diff: public/platform/linux/WebFontRenderStyle.h

Issue 462843003: Cleanup namespace usage in public/platform/{Web[P-W]*,linux/*}.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | « public/platform/WebWorkerRunLoop.h ('k') | no next file » | 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 d58cf797f66a5b7a9e8587fbe28a9d5475b33384..765774ae8b023b4ed209000795ed0bccf4306ee9 100644
--- a/public/platform/linux/WebFontRenderStyle.h
+++ b/public/platform/linux/WebFontRenderStyle.h
@@ -33,10 +33,10 @@
#include "../WebCommon.h"
-namespace blink { struct FontRenderStyle; }
-
namespace blink {
+struct FontRenderStyle;
+
struct BLINK_EXPORT WebFontRenderStyle {
// Each of the use* members below can take one of three values:
// 0: off
@@ -52,7 +52,7 @@ struct BLINK_EXPORT WebFontRenderStyle {
#if BLINK_IMPLEMENTATION || BLINK_PLATFORM_IMPLEMENTATION
// Translates the members of this struct to a FontRenderStyle
- void toFontRenderStyle(blink::FontRenderStyle*);
+ void toFontRenderStyle(FontRenderStyle*);
#endif
void setDefaults();
« no previous file with comments | « public/platform/WebWorkerRunLoop.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698