| Index: content/public/common/input/web_input_event_traits.h
|
| diff --git a/content/common/input/web_input_event_traits.h b/content/public/common/input/web_input_event_traits.h
|
| similarity index 83%
|
| rename from content/common/input/web_input_event_traits.h
|
| rename to content/public/common/input/web_input_event_traits.h
|
| index 008439c9e28e843ac704ab9505424dbb7c0cacc1..6ccd2b275b35cc0687ff6f5b8e242cb5e4b56fc4 100644
|
| --- a/content/common/input/web_input_event_traits.h
|
| +++ b/content/public/common/input/web_input_event_traits.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_COMMON_INPUT_WEB_INPUT_EVENT_TRAITS_H_
|
| -#define CONTENT_COMMON_INPUT_WEB_INPUT_EVENT_TRAITS_H_
|
| +#ifndef CONTENT_PUBLIC_COMMON_INPUT_WEB_INPUT_EVENT_TRAITS_H_
|
| +#define CONTENT_PUBLIC_COMMON_INPUT_WEB_INPUT_EVENT_TRAITS_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
|
|
| #include <string>
|
|
|
| -#include "content/common/input/scoped_web_input_event.h"
|
| +#include "content/public/common/input/scoped_web_input_event.h"
|
| #include "third_party/WebKit/public/web/WebInputEvent.h"
|
|
|
| namespace content {
|
| @@ -35,4 +35,4 @@ class CONTENT_EXPORT WebInputEventTraits {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_INPUT_WEB_INPUT_EVENT_TRAITS_H_
|
| +#endif // CONTENT_PUBLIC_COMMON_INPUT_WEB_INPUT_EVENT_TRAITS_H_
|
|
|