| Index: third_party/WebKit/Source/web/AssertMatchingEnums.cpp | 
| diff --git a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp | 
| index 7adb0c93223c50aa9ae181359c5916ad6b866aca..3bcde0dace3721a0c27946e327f4296f62c74532 100644 | 
| --- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp | 
| +++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp | 
| @@ -54,8 +54,6 @@ | 
| #include "core/page/PageVisibilityState.h" | 
| #include "core/style/ComputedStyleConstants.h" | 
| #include "modules/accessibility/AXObject.h" | 
| -#include "modules/geolocation/GeolocationError.h" | 
| -#include "modules/geolocation/GeolocationPosition.h" | 
| #include "modules/indexeddb/IDBKey.h" | 
| #include "modules/indexeddb/IDBKeyPath.h" | 
| #include "modules/indexeddb/IDBMetadata.h" | 
| @@ -115,8 +113,6 @@ | 
| #include "public/web/WebFormElement.h" | 
| #include "public/web/WebFrameClient.h" | 
| #include "public/web/WebFrameLoadType.h" | 
| -#include "public/web/WebGeolocationError.h" | 
| -#include "public/web/WebGeolocationPosition.h" | 
| #include "public/web/WebHistoryCommitType.h" | 
| #include "public/web/WebHistoryItem.h" | 
| #include "public/web/WebIconURL.h" | 
| @@ -574,9 +570,6 @@ STATIC_ASSERT_ENUM(WebFileErrorQuotaExceeded, FileError::QUOTA_EXCEEDED_ERR); | 
| STATIC_ASSERT_ENUM(WebFileErrorTypeMismatch, FileError::TYPE_MISMATCH_ERR); | 
| STATIC_ASSERT_ENUM(WebFileErrorPathExists, FileError::PATH_EXISTS_ERR); | 
|  | 
| -STATIC_ASSERT_ENUM(WebGeolocationError::ErrorPermissionDenied, GeolocationError::PermissionDenied); | 
| -STATIC_ASSERT_ENUM(WebGeolocationError::ErrorPositionUnavailable, GeolocationError::PositionUnavailable); | 
| - | 
| STATIC_ASSERT_ENUM(WebTextCheckingTypeSpelling, TextCheckingTypeSpelling); | 
| STATIC_ASSERT_ENUM(WebTextCheckingTypeGrammar, TextCheckingTypeGrammar); | 
|  | 
|  |