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

Unified Diff: public/web/WebFontDescription.h

Issue 401973003: Rename WebCore namespace to blink in Public (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/web/WebElementCollection.h ('k') | public/web/WebFormControlElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFontDescription.h
diff --git a/public/web/WebFontDescription.h b/public/web/WebFontDescription.h
index b7b29ba0e119a288c304ade7bf50ee37495a6e64..369599355123207458972037dff9c712e82c126e 100644
--- a/public/web/WebFontDescription.h
+++ b/public/web/WebFontDescription.h
@@ -34,7 +34,7 @@
#include "../platform/WebString.h"
#if BLINK_IMPLEMENTATION
-namespace WebCore { class FontDescription; }
+namespace blink { class FontDescription; }
#endif
namespace blink {
@@ -95,9 +95,9 @@ struct WebFontDescription {
short wordSpacing;
#if BLINK_IMPLEMENTATION
- WebFontDescription(const WebCore::FontDescription&);
+ WebFontDescription(const blink::FontDescription&);
- operator WebCore::FontDescription() const;
+ operator blink::FontDescription() const;
#endif
};
« no previous file with comments | « public/web/WebElementCollection.h ('k') | public/web/WebFormControlElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698