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

Unified Diff: public/web/WebColorSuggestion.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/WebCachedURLRequest.h ('k') | public/web/WebDOMError.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebColorSuggestion.h
diff --git a/public/web/WebColorSuggestion.h b/public/web/WebColorSuggestion.h
index f1b838a53c54ab5b1220fa8000189523bcaa0230..69b38c7cc3e9be6491a7cd7bd4ee91bf7749f03b 100644
--- a/public/web/WebColorSuggestion.h
+++ b/public/web/WebColorSuggestion.h
@@ -34,7 +34,7 @@
#include "public/platform/WebColor.h"
#include "public/platform/WebString.h"
-namespace WebCore {
+namespace blink {
struct ColorSuggestion;
}
@@ -45,8 +45,8 @@ struct WebColorSuggestion {
WebString label;
#if BLINK_IMPLEMENTATION
- WebColorSuggestion(const WebCore::ColorSuggestion&);
- WebColorSuggestion& operator=(const WebCore::ColorSuggestion&);
+ WebColorSuggestion(const blink::ColorSuggestion&);
+ WebColorSuggestion& operator=(const blink::ColorSuggestion&);
#endif
};
« no previous file with comments | « public/web/WebCachedURLRequest.h ('k') | public/web/WebDOMError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698