| Index: third_party/WebKit/Source/core/timing/PerformanceNavigation.h
|
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceNavigation.h b/third_party/WebKit/Source/core/timing/PerformanceNavigation.h
|
| index 2357027b436459557166c685e8692aec84d4924e..01a8611d55f2a957dbb94a6f592750761d33e638 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceNavigation.h
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceNavigation.h
|
| @@ -50,10 +50,10 @@ public:
|
| }
|
|
|
| enum PerformanceNavigationType {
|
| - TYPE_NAVIGATE,
|
| - TYPE_RELOAD,
|
| - TYPE_BACK_FORWARD,
|
| - TYPE_RESERVED = 255
|
| + kTypeNavigate,
|
| + kTypeReload,
|
| + kTypeBackForward,
|
| + kTypeReserved = 255
|
| };
|
|
|
| unsigned short type() const;
|
|
|