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

Unified Diff: src/platform/socket.h

Issue 145583014: A fix for the globals.h TODO in libplatform. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: fix header include guard Created 6 years, 11 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/misc-intrinsics.h ('k') | src/preparse-data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/socket.h
diff --git a/src/platform/socket.h b/src/platform/socket.h
index ff8c1de7ce74c05200ec54e1db748c9ce277fda3..164cf1744f1e464452b3574f1351304100558435 100644
--- a/src/platform/socket.h
+++ b/src/platform/socket.h
@@ -28,7 +28,7 @@
#ifndef V8_PLATFORM_SOCKET_H_
#define V8_PLATFORM_SOCKET_H_
-#include "globals.h"
+#include "base/globals.h"
#if V8_OS_WIN
#include "win32-headers.h"
#endif
« no previous file with comments | « src/misc-intrinsics.h ('k') | src/preparse-data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698