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

Unified Diff: src/v8dll-main.cc

Issue 316133002: Move atomic ops and related files 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
« no previous file with comments | « src/v8.cc ('k') | src/win32-headers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8dll-main.cc
diff --git a/src/v8dll-main.cc b/src/v8dll-main.cc
index f52a1f69cbfc283a31134b00de365662ebfa6c5b..6250b3e341de8d46b5dbfaf1eee89011c4701d9b 100644
--- a/src/v8dll-main.cc
+++ b/src/v8dll-main.cc
@@ -8,7 +8,7 @@
#include "include/v8.h"
#if V8_OS_WIN
-#include "src/win32-headers.h"
+#include "src/base/win32-headers.h"
extern "C" {
BOOL WINAPI DllMain(HANDLE hinstDLL,
« no previous file with comments | « src/v8.cc ('k') | src/win32-headers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698