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

Unified Diff: Source/web/WebColorSuggestion.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/WebCachedURLRequest.cpp ('k') | Source/web/WebCryptoNormalize.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebColorSuggestion.cpp
diff --git a/Source/web/WebColorSuggestion.cpp b/Source/web/WebColorSuggestion.cpp
index 6b87c098af77cc7e25e7bf5e693d0e273b4c10ea..dd55d6bd88acaf855c9c659dd0263bd70d889aa0 100644
--- a/Source/web/WebColorSuggestion.cpp
+++ b/Source/web/WebColorSuggestion.cpp
@@ -37,13 +37,13 @@
namespace blink {
-WebColorSuggestion::WebColorSuggestion(const WebCore::ColorSuggestion& suggestion)
+WebColorSuggestion::WebColorSuggestion(const blink::ColorSuggestion& suggestion)
: color(static_cast<WebColor>(suggestion.color.rgb()))
, label(suggestion.label)
{
}
-WebColorSuggestion& WebColorSuggestion::operator=(const WebCore::ColorSuggestion& suggestion)
+WebColorSuggestion& WebColorSuggestion::operator=(const blink::ColorSuggestion& suggestion)
{
color = static_cast<WebColor>(suggestion.color.rgb());
label = suggestion.label;
« no previous file with comments | « Source/web/WebCachedURLRequest.cpp ('k') | Source/web/WebCryptoNormalize.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698