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..8a236d334d3b2449e56e6c8aa812b3554a14b100 100644 |
| --- a/content/common/navigation_gesture.h |
| +++ b/content/common/navigation_gesture.h |
| @@ -16,6 +16,9 @@ enum NavigationGesture { |
| NavigationGestureAuto, |
| // Initial state. |
| NavigationGestureUnknown, |
| + |
| + NAVIGATIONGESTURE_LAST = NavigationGestureUnknown |
|
Avi (use Gerrit)
2014/09/25 15:39:34
Match the style. Adding one MACRO_STYLE item to a
ARUNKK
2014/09/26 06:08:06
Done.
|
| + |
| }; |
| } // namespace content |