| Index: third_party/WebKit/Source/core/html/forms/TypeAhead.h
 | 
| diff --git a/third_party/WebKit/Source/core/html/forms/TypeAhead.h b/third_party/WebKit/Source/core/html/forms/TypeAhead.h
 | 
| index 100037e87ad7dd7d9f1cccef58b53553a55b8065..9bf6834a45fc66425e588e91e32bbc6a8b90e05f 100644
 | 
| --- a/third_party/WebKit/Source/core/html/forms/TypeAhead.h
 | 
| +++ b/third_party/WebKit/Source/core/html/forms/TypeAhead.h
 | 
| @@ -28,6 +28,7 @@
 | 
|  
 | 
|  #include "core/CoreExport.h"
 | 
|  #include "wtf/Allocator.h"
 | 
| +#include "wtf/Time.h"
 | 
|  #include "wtf/text/StringBuilder.h"
 | 
|  #include "wtf/text/WTFString.h"
 | 
|  
 | 
| @@ -65,7 +66,7 @@ class TypeAhead {
 | 
|   private:
 | 
|    TypeAheadDataSource* m_dataSource;
 | 
|    // platform timestamp of last keyboard event in seconds
 | 
| -  double m_lastTypeTime;
 | 
| +  TimeTicks m_lastTypeTime;
 | 
|    UChar m_repeatingChar;
 | 
|    StringBuilder m_buffer;
 | 
|  };
 | 
| 
 |