| Index: content/browser/browser_message_filter.h
|
| diff --git a/content/browser/browser_message_filter.h b/content/browser/browser_message_filter.h
|
| index 2ad88b8ffcd7c2c1143124b34765b09118c6fef9..69223f06cc5a54d95123e4312ef75e433853a3f0 100644
|
| --- a/content/browser/browser_message_filter.h
|
| +++ b/content/browser/browser_message_filter.h
|
| @@ -7,8 +7,8 @@
|
| #pragma once
|
|
|
| #include "base/process.h"
|
| -#include "content/browser/browser_thread.h"
|
| #include "content/common/content_export.h"
|
| +#include "content/public/browser/browser_thread.h"
|
| #include "ipc/ipc_channel_proxy.h"
|
|
|
| // Base class for message filters in the browser process. You can receive and
|
|
|