| Index: components/nacl/browser/nacl_host_message_filter.h
|
| diff --git a/chrome/browser/nacl_host/nacl_host_message_filter.h b/components/nacl/browser/nacl_host_message_filter.h
|
| similarity index 92%
|
| rename from chrome/browser/nacl_host/nacl_host_message_filter.h
|
| rename to components/nacl/browser/nacl_host_message_filter.h
|
| index b8b201ab17a69557504edf92bbd9c1ad95229480..ef073322a44254e72f5cd2d6924ec8a2d69e0512 100644
|
| --- a/chrome/browser/nacl_host/nacl_host_message_filter.h
|
| +++ b/components/nacl/browser/nacl_host_message_filter.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_NACL_HOST_NACL_HOST_MESSAGE_FILTER_H_
|
| -#define CHROME_BROWSER_NACL_HOST_NACL_HOST_MESSAGE_FILTER_H_
|
| +#ifndef COMPONENTS_NACL_BROWSER_NACL_HOST_MESSAGE_FILTER_H_
|
| +#define COMPONENTS_NACL_BROWSER_NACL_HOST_MESSAGE_FILTER_H_
|
|
|
| #include "base/files/file_path.h"
|
| #include "base/memory/weak_ptr.h"
|
| @@ -22,6 +22,7 @@ class HostResolver;
|
| class URLRequestContextGetter;
|
| }
|
|
|
| +namespace nacl {
|
| // This class filters out incoming Chrome-specific IPC messages for the renderer
|
| // process on the IPC thread.
|
| class NaClHostMessageFilter : public content::BrowserMessageFilter {
|
| @@ -79,4 +80,6 @@ class NaClHostMessageFilter : public content::BrowserMessageFilter {
|
| DISALLOW_COPY_AND_ASSIGN(NaClHostMessageFilter);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_NACL_HOST_NACL_HOST_MESSAGE_FILTER_H_
|
| +} // namespace nacl
|
| +
|
| +#endif // COMPONENTS_NACL_BROWSER_NACL_HOST_MESSAGE_FILTER_H_
|
|
|