| Index: ppapi/shared_impl/ppb_url_util_shared.cc
|
| diff --git a/ppapi/shared_impl/ppb_url_util_shared.cc b/ppapi/shared_impl/ppb_url_util_shared.cc
|
| index 7788f4a9f6ae1c4360a2118f9324a54c0ce8d181..b328059aaa9ac0a1ec2a3911d42f15ba4e1d6aae 100644
|
| --- a/ppapi/shared_impl/ppb_url_util_shared.cc
|
| +++ b/ppapi/shared_impl/ppb_url_util_shared.cc
|
| @@ -4,11 +4,11 @@
|
|
|
| #include "ppapi/shared_impl/ppb_url_util_shared.h"
|
|
|
| -#include "googleurl/src/gurl.h"
|
| #include "ppapi/shared_impl/ppapi_globals.h"
|
| #include "ppapi/shared_impl/proxy_lock.h"
|
| #include "ppapi/shared_impl/var.h"
|
| #include "ppapi/shared_impl/var_tracker.h"
|
| +#include "url/gurl.h"
|
|
|
| namespace ppapi {
|
|
|
|
|