| Index: content/common/navigation_gesture.h
|
| ===================================================================
|
| --- content/common/navigation_gesture.h (revision 163514)
|
| +++ content/common/navigation_gesture.h (working copy)
|
| @@ -5,6 +5,8 @@
|
| #ifndef CONTENT_COMMON_NAVIGATION_GESTURE_H_
|
| #define CONTENT_COMMON_NAVIGATION_GESTURE_H_
|
|
|
| +namespace content {
|
| +
|
| enum NavigationGesture {
|
| // User initiated navigation/load.
|
| NavigationGestureUser,
|
| @@ -16,4 +18,6 @@
|
| NavigationGestureUnknown,
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_COMMON_NAVIGATION_GESTURE_H_
|
|
|