| Index: content/public/common/navigation_gesture.h
|
| diff --git a/content/common/navigation_gesture.h b/content/public/common/navigation_gesture.h
|
| similarity index 80%
|
| rename from content/common/navigation_gesture.h
|
| rename to content/public/common/navigation_gesture.h
|
| index 380cd51fff750128236b868b5bfea7761ae16cc7..fae30bc376afe043ba8af17a2a5285abe17a0416 100644
|
| --- a/content/common/navigation_gesture.h
|
| +++ b/content/public/common/navigation_gesture.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_COMMON_NAVIGATION_GESTURE_H_
|
| -#define CONTENT_COMMON_NAVIGATION_GESTURE_H_
|
| +#ifndef CONTENT_PUBLIC_COMMON_NAVIGATION_GESTURE_H_
|
| +#define CONTENT_PUBLIC_COMMON_NAVIGATION_GESTURE_H_
|
|
|
| namespace content {
|
|
|
| @@ -21,4 +21,4 @@ enum NavigationGesture {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_NAVIGATION_GESTURE_H_
|
| +#endif // CONTENT_PUBLIC_COMMON_NAVIGATION_GESTURE_H_
|
|
|