| Index: content/browser/renderer_host/quota_dispatcher_host.h
|
| diff --git a/content/browser/renderer_host/quota_dispatcher_host.h b/content/browser/renderer_host/quota_dispatcher_host.h
|
| index 1d90ef5725b72b0a9a13738d0edc262f738ddb43..77553d9cfda5a994aa2116e67fd947a98e169f2f 100644
|
| --- a/content/browser/renderer_host/quota_dispatcher_host.h
|
| +++ b/content/browser/renderer_host/quota_dispatcher_host.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/id_map.h"
|
| -#include "content/browser/browser_message_filter.h"
|
| +#include "content/public/browser/browser_message_filter.h"
|
| #include "webkit/quota/quota_types.h"
|
|
|
| class GURL;
|
| @@ -22,7 +22,7 @@ class QuotaManager;
|
|
|
| class QuotaPermissionContext;
|
|
|
| -class QuotaDispatcherHost : public BrowserMessageFilter {
|
| +class QuotaDispatcherHost : public content::BrowserMessageFilter {
|
| public:
|
| QuotaDispatcherHost(int process_id,
|
| quota::QuotaManager* quota_manager,
|
|
|