Chromium Code Reviews| Index: content/renderer/blink_input_events_type_converters.h |
| diff --git a/components/html_viewer/blink_input_events_type_converters.h b/content/renderer/blink_input_events_type_converters.h |
| similarity index 71% |
| copy from components/html_viewer/blink_input_events_type_converters.h |
| copy to content/renderer/blink_input_events_type_converters.h |
| index 9461bdca11ff62b450442c0eb1b3e594c2846fb1..9a04201f7bcb79a9004d87d1c02e6e364255dae2 100644 |
| --- a/components/html_viewer/blink_input_events_type_converters.h |
| +++ b/content/renderer/blink_input_events_type_converters.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_HTML_VIEWER_BLINK_INPUT_EVENTS_TYPE_CONVERTERS_H_ |
| -#define COMPONENTS_HTML_VIEWER_BLINK_INPUT_EVENTS_TYPE_CONVERTERS_H_ |
| +#ifndef CONTENT_RENDERER_BLINK_INPUT_EVENTS_TYPE_CONVERTERS_H_ |
| +#define CONTENT_RENDERER_BLINK_INPUT_EVENTS_TYPE_CONVERTERS_H_ |
| #include "base/memory/scoped_ptr.h" |
| #include "components/mus/public/interfaces/input_events.mojom.h" |
| @@ -22,4 +22,4 @@ struct TypeConverter<scoped_ptr<blink::WebInputEvent>, mus::mojom::EventPtr> { |
| } // namespace mojo |
| -#endif // COMPONENTS_HTML_VIEWER_BLINK_INPUT_EVENTS_TYPE_CONVERTERS_H_ |
| +#endif // CONTENT_RENDERER_BLINK_INPUT_EVENTS_TYPE_CONVERTERS_H_ |
|
sadrul
2015/12/02 18:20:57
Maybe this should move to mojo/converters/blink/?
Fady Samuel
2015/12/02 21:30:28
Done.
|