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

Unified Diff: runtime/platform/utils.h

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: Addresed new comments from 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
« no previous file with comments | « runtime/platform/platform_sources.gypi ('k') | runtime/platform/utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/platform/utils.h
diff --git a/runtime/vm/utils.h b/runtime/platform/utils.h
similarity index 97%
rename from runtime/vm/utils.h
rename to runtime/platform/utils.h
index 855e1f18d884249e6caae76e0cb8bfbaf3a0b7fd..38d87bd6020e8072e240bb006cd25c59edf634f5 100644
--- a/runtime/vm/utils.h
+++ b/runtime/platform/utils.h
@@ -2,11 +2,11 @@
// 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.
-#ifndef VM_UTILS_H_
-#define VM_UTILS_H_
+#ifndef PLATFORM_UTILS_H_
+#define PLATFORM_UTILS_H_
#include "platform/assert.h"
-#include "vm/globals.h"
+#include "platform/globals.h"
namespace dart {
@@ -152,4 +152,4 @@ class Utils {
} // namespace dart
-#endif // VM_UTILS_H_
+#endif // PLATFORM_UTILS_H_
« no previous file with comments | « runtime/platform/platform_sources.gypi ('k') | runtime/platform/utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698