| Index: extensions/browser/extension_message_filter.h
|
| diff --git a/extensions/browser/extension_message_filter.h b/extensions/browser/extension_message_filter.h
|
| index 62c4f0267b40dfda09b84032bea55ba8a051c6f3..da2bff28557f0f019d396208453e2a47013e70b2 100644
|
| --- a/extensions/browser/extension_message_filter.h
|
| +++ b/extensions/browser/extension_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 EXTENSIONS_BROWSER_EXTENSION_RENDER_MESSAGE_FILTER_H_
|
| -#define EXTENSIONS_BROWSER_EXTENSION_RENDER_MESSAGE_FILTER_H_
|
| +#ifndef EXTENSIONS_BROWSER_EXTENSION_MESSAGE_FILTER_H_
|
| +#define EXTENSIONS_BROWSER_EXTENSION_MESSAGE_FILTER_H_
|
|
|
| #include <string>
|
|
|
| @@ -88,4 +88,4 @@ class ExtensionMessageFilter : public content::BrowserMessageFilter {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // EXTENSIONS_BROWSER_EXTENSION_RENDER_MESSAGE_FILTER_H_
|
| +#endif // EXTENSIONS_BROWSER_EXTENSION_MESSAGE_FILTER_H_
|
|
|