| Index: src/crankshaft/mips/lithium-mips.h | 
| diff --git a/src/mips/lithium-mips.h b/src/crankshaft/mips/lithium-mips.h | 
| similarity index 99% | 
| rename from src/mips/lithium-mips.h | 
| rename to src/crankshaft/mips/lithium-mips.h | 
| index cb62e35d8157fee9e92dadb8f9798d220fa26090..20a18ec5b91d1b31aa7bdef35dd492a818468592 100644 | 
| --- a/src/mips/lithium-mips.h | 
| +++ b/src/crankshaft/mips/lithium-mips.h | 
| @@ -2,12 +2,12 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#ifndef V8_MIPS_LITHIUM_MIPS_H_ | 
| -#define V8_MIPS_LITHIUM_MIPS_H_ | 
| +#ifndef V8_CRANKSHAFT_MIPS_LITHIUM_MIPS_H_ | 
| +#define V8_CRANKSHAFT_MIPS_LITHIUM_MIPS_H_ | 
|  | 
| -#include "src/hydrogen.h" | 
| -#include "src/lithium.h" | 
| -#include "src/lithium-allocator.h" | 
| +#include "src/crankshaft/hydrogen.h" | 
| +#include "src/crankshaft/lithium.h" | 
| +#include "src/crankshaft/lithium-allocator.h" | 
| #include "src/safepoint-table.h" | 
| #include "src/utils.h" | 
|  | 
| @@ -2846,4 +2846,4 @@ class LChunkBuilder final : public LChunkBuilderBase { | 
| }  // namespace internal | 
| }  // namespace v8 | 
|  | 
| -#endif  // V8_MIPS_LITHIUM_MIPS_H_ | 
| +#endif  // V8_CRANKSHAFT_MIPS_LITHIUM_MIPS_H_ | 
|  |