| Index: content/child/quota_dispatcher.cc
|
| diff --git a/content/child/quota_dispatcher.cc b/content/child/quota_dispatcher.cc
|
| index 79f0f5e76629c5df063501b9471384b6abc4dd99..69bec35f44d512c9db5d88c947f5e93eee6c4fad 100644
|
| --- a/content/child/quota_dispatcher.cc
|
| +++ b/content/child/quota_dispatcher.cc
|
| @@ -7,9 +7,9 @@
|
| #include "base/basictypes.h"
|
| #include "content/child/child_thread.h"
|
| #include "content/common/quota_messages.h"
|
| -#include "googleurl/src/gurl.h"
|
| #include "third_party/WebKit/public/web/WebStorageQuotaCallbacks.h"
|
| #include "third_party/WebKit/public/web/WebStorageQuotaType.h"
|
| +#include "url/gurl.h"
|
|
|
| using quota::QuotaStatusCode;
|
| using quota::StorageType;
|
|
|