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

Unified Diff: Source/web/WebFontDescription.cpp

Issue 398673003: Rename WebCore namespace to blink in bindings and web (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 | « Source/web/WebFileChooserCompletionImpl.cpp ('k') | Source/web/WebFontImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebFontDescription.cpp
diff --git a/Source/web/WebFontDescription.cpp b/Source/web/WebFontDescription.cpp
index 6f97589fd4a499b25f1999e1fd4da8b943300e61..162a93e87b613579466d0bc286db2cbaffc80c29 100644
--- a/Source/web/WebFontDescription.cpp
+++ b/Source/web/WebFontDescription.cpp
@@ -33,7 +33,7 @@
#include "platform/fonts/FontDescription.h"
-using namespace WebCore;
+using namespace blink;
namespace blink {
@@ -50,7 +50,7 @@ WebFontDescription::WebFontDescription(const FontDescription& desc)
wordSpacing = desc.wordSpacing();
}
-WebFontDescription::operator WebCore::FontDescription() const
+WebFontDescription::operator blink::FontDescription() const
{
FontFamily fontFamily;
fontFamily.setFamily(family);
« no previous file with comments | « Source/web/WebFileChooserCompletionImpl.cpp ('k') | Source/web/WebFontImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698