Revision f230a1cf deps/v8/src/platform/elapsed-timer.h

View differences:

deps/v8/src/platform/elapsed-timer.h
28 28
#ifndef V8_PLATFORM_ELAPSED_TIMER_H_
29 29
#define V8_PLATFORM_ELAPSED_TIMER_H_
30 30

  
31
#include "checks.h"
32
#include "platform/time.h"
31
#include "../checks.h"
32
#include "time.h"
33 33

  
34 34
namespace v8 {
35 35
namespace internal {
......
104 104

  
105 105
 private:
106 106
  static V8_INLINE TimeTicks Now() {
107
    TimeTicks now = TimeTicks::HighResNow();
107
    TimeTicks now = TimeTicks::HighResolutionNow();
108 108
    ASSERT(!now.IsNull());
109 109
    return now;
110 110
  }

Also available in: Unified diff