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

Unified Diff: src/checks.cc

Issue 304153016: Use full include paths everywhere (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 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
« no previous file with comments | « src/checks.h ('k') | src/circular-queue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/checks.cc
diff --git a/src/checks.cc b/src/checks.cc
index 4667facad89d9b2aeaade0e35fc95523e192bfe1..23c9305f8cda3259049d32e6b5fb595167b1046e 100644
--- a/src/checks.cc
+++ b/src/checks.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 "checks.h"
+#include "src/checks.h"
#if V8_LIBC_GLIBC || V8_OS_BSD
# include <cxxabi.h>
@@ -12,8 +12,8 @@
#endif // V8_LIBC_GLIBC || V8_OS_BSD
#include <stdio.h>
-#include "platform.h"
-#include "v8.h"
+#include "src/platform.h"
+#include "src/v8.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/checks.h ('k') | src/circular-queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698