| Index: src/crankshaft/typing.cc
 | 
| diff --git a/src/typing.cc b/src/crankshaft/typing.cc
 | 
| similarity index 99%
 | 
| rename from src/typing.cc
 | 
| rename to src/crankshaft/typing.cc
 | 
| index 3193f7ad8e76af2b3646c5021657274620d8b07c..5dd187bbca73a24799be3e057e061d94129b35e4 100644
 | 
| --- a/src/typing.cc
 | 
| +++ b/src/crankshaft/typing.cc
 | 
| @@ -2,7 +2,7 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "src/typing.h"
 | 
| +#include "src/crankshaft/typing.h"
 | 
|  
 | 
|  #include "src/frames.h"
 | 
|  #include "src/frames-inl.h"
 | 
| 
 |