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

Unified Diff: src/scanner.h

Issue 358363002: Move platform abstraction to base library (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 6 years, 6 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
« src/base/macros.h ('K') | « src/sampler.cc ('k') | src/serialize.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scanner.h
diff --git a/src/scanner.h b/src/scanner.h
index 8fee1b19595f3a3d54ba1d334fd2a7e56317ade6..6e7dabcff3e2a5c89b9cbc85ce9b7e1862605f3b 100644
--- a/src/scanner.h
+++ b/src/scanner.h
@@ -8,8 +8,8 @@
#define V8_SCANNER_H_
#include "src/allocation.h"
+#include "src/base/logging.h"
#include "src/char-predicates.h"
-#include "src/checks.h"
#include "src/globals.h"
#include "src/hashmap.h"
#include "src/list.h"
« src/base/macros.h ('K') | « src/sampler.cc ('k') | src/serialize.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698