| Index: mojo/converters/blink/blink_input_events_type_converters.h
|
| diff --git a/components/html_viewer/blink_input_events_type_converters.h b/mojo/converters/blink/blink_input_events_type_converters.h
|
| similarity index 56%
|
| rename from components/html_viewer/blink_input_events_type_converters.h
|
| rename to mojo/converters/blink/blink_input_events_type_converters.h
|
| index 9461bdca11ff62b450442c0eb1b3e594c2846fb1..bb1dce1f93cdb814ae97bdd9d311bfb656626b80 100644
|
| --- a/components/html_viewer/blink_input_events_type_converters.h
|
| +++ b/mojo/converters/blink/blink_input_events_type_converters.h
|
| @@ -2,11 +2,12 @@
|
| // 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 MOJO_CONVERTERS_BLINK_BLINK_INPUT_EVENTS_TYPE_CONVERTERS_H_
|
| +#define MOJO_CONVERTERS_BLINK_BLINK_INPUT_EVENTS_TYPE_CONVERTERS_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "components/mus/public/interfaces/input_events.mojom.h"
|
| +#include "mojo/converters/blink/mojo_blink_export.h"
|
|
|
| namespace blink {
|
| class WebInputEvent;
|
| @@ -15,11 +16,12 @@ class WebInputEvent;
|
| namespace mojo {
|
|
|
| template <>
|
| -struct TypeConverter<scoped_ptr<blink::WebInputEvent>, mus::mojom::EventPtr> {
|
| +struct MOJO_BLINK_EXPORT
|
| + TypeConverter<scoped_ptr<blink::WebInputEvent>, mus::mojom::EventPtr> {
|
| static scoped_ptr<blink::WebInputEvent> Convert(
|
| const mus::mojom::EventPtr& input);
|
| };
|
|
|
| } // namespace mojo
|
|
|
| -#endif // COMPONENTS_HTML_VIEWER_BLINK_INPUT_EVENTS_TYPE_CONVERTERS_H_
|
| +#endif // MOJO_CONVERTERS_BLINK_BLINK_INPUT_EVENTS_TYPE_CONVERTERS_H_
|
|
|