| Index: components/safe_json/safe_json_parser_message_filter.h
|
| diff --git a/components/safe_json_parser/safe_json_parser_message_filter.h b/components/safe_json/safe_json_parser_message_filter.h
|
| similarity index 76%
|
| rename from components/safe_json_parser/safe_json_parser_message_filter.h
|
| rename to components/safe_json/safe_json_parser_message_filter.h
|
| index f0b061dcc45c4ac5a8fa83140657687265ad9c3c..8fdecc4ee188a63478828cacc4d159b5894602df 100644
|
| --- a/components/safe_json_parser/safe_json_parser_message_filter.h
|
| +++ b/components/safe_json/safe_json_parser_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 COMPONENTS_SAFE_JSON_PARSER_SAFE_JSON_PARSER_MESSAGE_FILTER_H_
|
| -#define COMPONENTS_SAFE_JSON_PARSER_SAFE_JSON_PARSER_MESSAGE_FILTER_H_
|
| +#ifndef COMPONENTS_SAFE_JSON_SAFE_JSON_PARSER_MESSAGE_FILTER_H_
|
| +#define COMPONENTS_SAFE_JSON_SAFE_JSON_PARSER_MESSAGE_FILTER_H_
|
|
|
| #include <string>
|
|
|
| @@ -13,7 +13,7 @@ namespace IPC {
|
| class Message;
|
| } // namespace IPC
|
|
|
| -namespace safe_json_parser {
|
| +namespace safe_json {
|
|
|
| // A Handler for the ParseJSON IPC message that does the actual JSON parsing
|
| // in the sandboxed process. Modelled after IPC::MessageFilter but does not
|
| @@ -33,6 +33,6 @@ class SafeJsonParserMessageFilter {
|
| DISALLOW_COPY_AND_ASSIGN(SafeJsonParserMessageFilter);
|
| };
|
|
|
| -} // namespace safe_json_parser
|
| +} // namespace safe_json
|
|
|
| -#endif // COMPONENTS_SAFE_JSON_PARSER_SAFE_JSON_PARSER_MESSAGE_FILTER_H_
|
| +#endif // COMPONENTS_SAFE_JSON_SAFE_JSON_PARSER_MESSAGE_FILTER_H_
|
|
|