| Index: content/child/quota_dispatcher.cc
|
| diff --git a/content/child/quota_dispatcher.cc b/content/child/quota_dispatcher.cc
|
| index ff762edd9ce4e2472d58ca33e4dcd1d94f545cf4..8d21d95027164229be686ff42db5e67d809054ff 100644
|
| --- a/content/child/quota_dispatcher.cc
|
| +++ b/content/child/quota_dispatcher.cc
|
| @@ -15,14 +15,11 @@
|
| #include "third_party/WebKit/public/platform/WebStorageQuotaType.h"
|
| #include "url/gurl.h"
|
|
|
| -using quota::QuotaStatusCode;
|
| -using quota::StorageType;
|
| -
|
| using blink::WebStorageQuotaCallbacks;
|
| using blink::WebStorageQuotaError;
|
| using blink::WebStorageQuotaType;
|
| -
|
| -using webkit_glue::WorkerTaskRunner;
|
| +using quota::QuotaStatusCode;
|
| +using quota::StorageType;
|
|
|
| namespace content {
|
|
|
|
|