| Index: webkit/plugins/npapi/plugin_stream_url.h
|
| diff --git a/webkit/plugins/npapi/plugin_stream_url.h b/webkit/plugins/npapi/plugin_stream_url.h
|
| index 144c2be7f19441f75e5e7476d064a2b0abca575f..b514c053775fa693c8cfa2e514f38bbe75560590 100644
|
| --- a/webkit/plugins/npapi/plugin_stream_url.h
|
| +++ b/webkit/plugins/npapi/plugin_stream_url.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef WEBKIT_PLUGINS_NPAPI_PLUGIN_STREAM_URL_H_
|
| #define WEBKIT_PLUGINS_NPAPI_PLUGIN_STREAM_URL_H_
|
|
|
| +#include "url/gurl.h"
|
| #include "webkit/plugins/npapi/plugin_stream.h"
|
| #include "webkit/plugins/npapi/webplugin.h"
|
| -#include "googleurl/src/gurl.h"
|
|
|
| namespace webkit {
|
| namespace npapi {
|
|
|