| Index: content/public/common/input_event_ack_state.h
|
| diff --git a/content/port/common/input_event_ack_state.h b/content/public/common/input_event_ack_state.h
|
| similarity index 73%
|
| rename from content/port/common/input_event_ack_state.h
|
| rename to content/public/common/input_event_ack_state.h
|
| index 55fd99c7d32f265beb92efd753579859a6ac5ad9..ebcc48eadbe9dcac396ead9de376dff850f53370 100644
|
| --- a/content/port/common/input_event_ack_state.h
|
| +++ b/content/public/common/input_event_ack_state.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 CONTENT_PORT_COMMON_INPUT_EVENT_ACK_STATE_H_
|
| -#define CONTENT_PORT_COMMON_INPUT_EVENT_ACK_STATE_H_
|
| +#ifndef CONTENT_PUBLIC_COMMON_INPUT_EVENT_ACK_STATE_H_
|
| +#define CONTENT_PUBLIC_COMMON_INPUT_EVENT_ACK_STATE_H_
|
|
|
| namespace content {
|
|
|
| @@ -17,4 +17,4 @@ enum InputEventAckState {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_PORT_COMMON_INPUT_EVENT_ACK_STATE_H_
|
| +#endif // CONTENT_PUBLIC_COMMON_INPUT_EVENT_ACK_STATE_H_
|
|
|