summaryrefslogtreecommitdiff
path: root/deps/v8/test/cctest/gay-shortest.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/cctest/gay-shortest.h')
-rw-r--r--deps/v8/test/cctest/gay-shortest.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/v8/test/cctest/gay-shortest.h b/deps/v8/test/cctest/gay-shortest.h
index 0d4efbce47..247b5a3221 100644
--- a/deps/v8/test/cctest/gay-shortest.h
+++ b/deps/v8/test/cctest/gay-shortest.h
@@ -28,10 +28,10 @@
#ifndef GAY_SHORTEST_H_
#define GAY_SHORTEST_H_
-#include "src/utils/vector.h"
+#include "src/base/vector.h"
namespace v8 {
-namespace internal {
+namespace base {
struct PrecomputedShortest {
double v;
@@ -39,9 +39,9 @@ struct PrecomputedShortest {
int decimal_point;
};
-Vector<const PrecomputedShortest> PrecomputedShortestRepresentations();
+base::Vector<const PrecomputedShortest> PrecomputedShortestRepresentations();
-} // namespace internal
+} // namespace base
} // namespace v8
#endif // GAY_SHORTEST_H_