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

Unified Diff: runtime/platform/utils.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: Addressed review comments from iposva@ and ager@ 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/platform/utils.cc
diff --git a/runtime/vm/utils.cc b/runtime/platform/utils.cc
similarity index 96%
rename from runtime/vm/utils.cc
rename to runtime/platform/utils.cc
index 86b9c6a5baa29913b3bddf46d0d46514681fa831..09b9260473a3f3bffd8c85e3d518380c9db0da9d 100644
--- a/runtime/vm/utils.cc
+++ b/runtime/platform/utils.cc
@@ -1,8 +1,8 @@
-// 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/utils.h"
+#include "platform/utils.h"
namespace dart {

Powered by Google App Engine
This is Rietveld 408576698