| Index: content/child/quota_dispatcher.h
|
| diff --git a/content/child/quota_dispatcher.h b/content/child/quota_dispatcher.h
|
| index 000777f7831d61cc2a23245634fed9092c063e80..b80b194b5fd8cb907d8a1ddbde15c2ca1122d200 100644
|
| --- a/content/child/quota_dispatcher.h
|
| +++ b/content/child/quota_dispatcher.h
|
| @@ -11,7 +11,7 @@
|
| #include "base/basictypes.h"
|
| #include "base/id_map.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "webkit/child/worker_task_runner.h"
|
| +#include "content/child/worker_task_runner.h"
|
| #include "webkit/common/quota/quota_types.h"
|
|
|
| class GURL;
|
| @@ -33,7 +33,7 @@ class QuotaMessageFilter;
|
| // process from/to the main browser process. There is one instance
|
| // per each thread. Thread-specific instance can be obtained by
|
| // ThreadSpecificInstance().
|
| -class QuotaDispatcher : public webkit_glue::WorkerTaskRunner::Observer {
|
| +class QuotaDispatcher : public WorkerTaskRunner::Observer {
|
| public:
|
| class Callback {
|
| public:
|
| @@ -53,7 +53,7 @@ class QuotaDispatcher : public webkit_glue::WorkerTaskRunner::Observer {
|
| ThreadSafeSender* thread_safe_sender,
|
| QuotaMessageFilter* quota_message_filter);
|
|
|
| - // webkit_glue::WorkerTaskRunner::Observer implementation.
|
| + // WorkerTaskRunner::Observer implementation.
|
| virtual void OnWorkerRunLoopStopped() OVERRIDE;
|
|
|
| void OnMessageReceived(const IPC::Message& msg);
|
|
|