| Index: webkit/browser/appcache/manifest_parser.cc
|
| diff --git a/webkit/browser/appcache/manifest_parser.cc b/webkit/browser/appcache/manifest_parser.cc
|
| index 504830091632911b7c8dfe174db72e28b99864d2..be44127631bd01ce1501fb55bb5397dc792f2bca 100644
|
| --- a/webkit/browser/appcache/manifest_parser.cc
|
| +++ b/webkit/browser/appcache/manifest_parser.cc
|
| @@ -35,7 +35,7 @@
|
| #include "base/i18n/icu_string_conversions.h"
|
| #include "base/logging.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "googleurl/src/gurl.h"
|
| +#include "url/gurl.h"
|
|
|
| namespace appcache {
|
|
|
|
|