| Index: src/crankshaft/mips/lithium-mips.cc | 
| diff --git a/src/mips/lithium-mips.cc b/src/crankshaft/mips/lithium-mips.cc | 
| similarity index 99% | 
| rename from src/mips/lithium-mips.cc | 
| rename to src/crankshaft/mips/lithium-mips.cc | 
| index cafa4cfdbc22858b42e26a15b36f161aef7722dc..e63d886290c967f8cff709972f58a0fd4661d415 100644 | 
| --- a/src/mips/lithium-mips.cc | 
| +++ b/src/crankshaft/mips/lithium-mips.cc | 
| @@ -2,15 +2,15 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#include "src/mips/lithium-mips.h" | 
| +#include "src/crankshaft/mips/lithium-mips.h" | 
|  | 
| #include <sstream> | 
|  | 
| #if V8_TARGET_ARCH_MIPS | 
|  | 
| -#include "src/hydrogen-osr.h" | 
| -#include "src/lithium-inl.h" | 
| -#include "src/mips/lithium-codegen-mips.h" | 
| +#include "src/crankshaft/hydrogen-osr.h" | 
| +#include "src/crankshaft/lithium-inl.h" | 
| +#include "src/crankshaft/mips/lithium-codegen-mips.h" | 
|  | 
| namespace v8 { | 
| namespace internal { | 
|  |