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

Unified Diff: Source/platform/ColorSuggestion.h

Issue 400543004: Rename WebCore namespace to blink in Platform (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/platform/ColorChooserClient.cpp ('k') | Source/platform/ContentDecryptionModuleResult.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/ColorSuggestion.h
diff --git a/Source/platform/ColorSuggestion.h b/Source/platform/ColorSuggestion.h
index c012792e7effb0a37ca73f1c0601f6bf2baa9089..ad6f061ea23114d503b26912a47a1e333a44d13f 100644
--- a/Source/platform/ColorSuggestion.h
+++ b/Source/platform/ColorSuggestion.h
@@ -34,7 +34,7 @@
#include "platform/graphics/Color.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
struct ColorSuggestion {
Color color;
@@ -46,6 +46,6 @@ struct ColorSuggestion {
{ }
};
-} // namespace WebCore
+} // namespace blink
#endif // ColorSuggestion_h
« no previous file with comments | « Source/platform/ColorChooserClient.cpp ('k') | Source/platform/ContentDecryptionModuleResult.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698