Chromium Code Reviews| Index: public/platform/WebMimeRegistry.h |
| diff --git a/public/platform/WebMimeRegistry.h b/public/platform/WebMimeRegistry.h |
| index 21a60ea82afb5848986f23fac52fc9665b1ff0f0..82cb7c9d911d1e97ff91dabd2f541743a39afe4e 100644 |
| --- a/public/platform/WebMimeRegistry.h |
| +++ b/public/platform/WebMimeRegistry.h |
| @@ -32,9 +32,9 @@ |
| #define WebMimeRegistry_h |
| #include "WebCommon.h" |
| +#include "WebString.h" |
|
acolwell GONE FROM CHROMIUM
2013/11/11 18:06:55
Why is this include needed now?
philipj_slow
2013/11/12 09:43:51
The forward declaration is weird, because the conc
|
| namespace blink { |
| -class WebString; |
| class WebMimeRegistry { |
| public: |