Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(478)

Unified Diff: src/mips/code-stubs-mips.h

Issue 1283183002: Realize IWYU pattern for frames-inl.h header. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/mips/code-stubs-mips.h
diff --git a/src/mips/code-stubs-mips.h b/src/mips/code-stubs-mips.h
index 460f726e07977bfeec656b804802a4cae4e56f6c..67228e0170400057aadfc25978b487880b68834f 100644
--- a/src/mips/code-stubs-mips.h
+++ b/src/mips/code-stubs-mips.h
@@ -2,8 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_MIPS_CODE_STUBS_ARM_H_
-#define V8_MIPS_CODE_STUBS_ARM_H_
+#ifndef V8_MIPS_CODE_STUBS_MIPS_H_
+#define V8_MIPS_CODE_STUBS_MIPS_H_
+
+#include "src/mips/frames-mips.h"
namespace v8 {
namespace internal {
@@ -343,4 +345,4 @@ class NameDictionaryLookupStub: public PlatformCodeStub {
} } // namespace v8::internal
-#endif // V8_MIPS_CODE_STUBS_ARM_H_
+#endif // V8_MIPS_CODE_STUBS_MIPS_H_

Powered by Google App Engine
This is Rietveld 408576698