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

Unified Diff: runtime/bin/secure_socket.h

Issue 14752008: Final step towards loading core library scripts directly from the sources (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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
Index: runtime/bin/secure_socket.h
===================================================================
--- runtime/bin/secure_socket.h (revision 22484)
+++ runtime/bin/secure_socket.h (working copy)
@@ -15,11 +15,12 @@
#include <prnetdb.h>
#include <ssl.h>
-#include "bin/builtin.h"
-#include "bin/dartutils.h"
#include "platform/globals.h"
#include "platform/thread.h"
+#include "bin/builtin.h"
+#include "bin/dartutils.h"
+#include "bin/utils.h"
namespace dart {
namespace bin {

Powered by Google App Engine
This is Rietveld 408576698