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

Unified Diff: src/v8checks.h

Issue 5330005: Fix break of build. (Closed)
Patch Set: Created 10 years, 1 month 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
« no previous file with comments | « src/hashmap.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8checks.h
diff --git a/src/v8checks.h b/src/v8checks.h
index a50586826dd7f432dc805c058ec39c5b153614f0..9857f73d17473078ac60a4e65a11fb26730d890c 100644
--- a/src/v8checks.h
+++ b/src/v8checks.h
@@ -25,8 +25,8 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#ifndef V8_CHECKS_H_
-#define V8_CHECKS_H_
+#ifndef V8_V8CHECKS_H_
+#define V8_V8CHECKS_H_
#include "checks.h"
@@ -61,4 +61,4 @@ void CheckEqualsHelper(const char* file,
#define ASSERT_SIZE_TAG_ALIGNED(size) ASSERT((size & HeapObjectTagMask()) == 0)
-#endif // V8_CHECKS_H_
+#endif // V8_V8CHECKS_H_
« no previous file with comments | « src/hashmap.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698