| Index: content/plugin/webplugin_delegate_stub.h
|
| diff --git a/content/plugin/webplugin_delegate_stub.h b/content/plugin/webplugin_delegate_stub.h
|
| index 7bdfd8b65e8eeb5dee560deb10c57c20ab9a90ac..370ff978e9b02250dee13f90507d3bfa50cea2ee 100644
|
| --- a/content/plugin/webplugin_delegate_stub.h
|
| +++ b/content/plugin/webplugin_delegate_stub.h
|
| @@ -10,12 +10,12 @@
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "content/child/npobject_stub.h"
|
| -#include "googleurl/src/gurl.h"
|
| #include "ipc/ipc_listener.h"
|
| #include "ipc/ipc_sender.h"
|
| #include "third_party/npapi/bindings/npapi.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/gfx/rect.h"
|
| +#include "url/gurl.h"
|
|
|
| struct PluginMsg_Init_Params;
|
| struct PluginMsg_DidReceiveResponseParams;
|
|
|