Chromium Code Reviews| Index: content/common/navigation_gesture.h |
| diff --git a/content/common/navigation_gesture.h b/content/common/navigation_gesture.h |
| index 5040d715fc251067f80f884f76c8add3873e0022..380cd51fff750128236b868b5bfea7761ae16cc7 100644 |
| --- a/content/common/navigation_gesture.h |
| +++ b/content/common/navigation_gesture.h |
| @@ -16,6 +16,7 @@ enum NavigationGesture { |
| NavigationGestureAuto, |
| // Initial state. |
| NavigationGestureUnknown, |
| + NavigationGestureLast = NavigationGestureUnknown |
| }; |
| } // namespace content |