Move Cookie.h into namespace Platform
Created attachment 121351 [details] Patch
Comment on attachment 121351 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=121351&action=review > Source/WebCore/platform/Cookie.h:86 > +using Platform::Cookie; > +using Platform::CookieHash; can we just update people using this to the new namespace as we migrate types? i'm really concerned about collisions if we end up putting every type in WebCore/platform into the global namespace
Comment on attachment 121351 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=121351&action=review > Source/WebCore/platform/chromium/PlatformSupport.h:38 > +#include "Cookie.h" Why include instead of just forward declare in the right namespace?