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

Unified Diff: runtime/vm/port.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/port.cc
diff --git a/runtime/vm/port.cc b/runtime/vm/port.cc
index 3f5f9a384d60000cb04c1cc5b02b9f5ccfbfef1f..fec3339c1732263ee225206797d1c3fc8dbcb8c8 100644
--- a/runtime/vm/port.cc
+++ b/runtime/vm/port.cc
@@ -1,13 +1,12 @@
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-#include "vm/port.h"
-
+#include "platform/utils.h"
#include "vm/dart_api_impl.h"
#include "vm/isolate.h"
+#include "vm/port.h"
Mads Ager (chromium) 2012/01/13 15:10:09 Move back?
Søren Gjesse 2012/01/16 10:53:00 Done.
#include "vm/thread.h"
-#include "vm/utils.h"
namespace dart {

Powered by Google App Engine
This is Rietveld 408576698