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

Unified Diff: runtime/vm/handles.cc

Issue 9209001: Move utils.h and utils.cc from runtime/vm to runtime/platform (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
Index: runtime/vm/handles.cc
diff --git a/runtime/vm/handles.cc b/runtime/vm/handles.cc
index 1a793997e811ff90563ffa4aae75ed14f00a68b7..278cb1d62090d64b87e7a528d98ed0251ec5b1f6 100644
--- a/runtime/vm/handles.cc
+++ b/runtime/vm/handles.cc
@@ -3,12 +3,12 @@
// BSD-style license that can be found in the LICENSE file.
#include "platform/assert.h"
+#include "platform/utils.h"
#include "vm/handles.h"
#include "vm/flags.h"
#include "vm/isolate.h"
#include "vm/os.h"
#include "vm/raw_object.h"
-#include "vm/utils.h"
#include "vm/visitor.h"
#include "vm/zone.h"

Powered by Google App Engine
This is Rietveld 408576698