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

Unified Diff: runtime/vm/snapshot.cc

Issue 9189003: Move assert.h/assert.cc from runtime/vm to runtime/platform (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixing vm/assert.h for _macos, _win, _arm and _x64 files 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/snapshot.cc
diff --git a/runtime/vm/snapshot.cc b/runtime/vm/snapshot.cc
index 0dc1442f21b6c475ce662391f69ad01dc2178a36..a9e5a6210f640e893339a3e44b769bec28526dbb 100644
--- a/runtime/vm/snapshot.cc
+++ b/runtime/vm/snapshot.cc
@@ -1,14 +1,13 @@
-// 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/snapshot.h"
-
-#include "vm/assert.h"
+#include "platform/assert.h"
#include "vm/bootstrap.h"
#include "vm/heap.h"
#include "vm/object.h"
#include "vm/object_store.h"
+#include "vm/snapshot.h"
Mads Ager (chromium) 2012/01/13 14:42:08 Move this back up since this is the header file th
Søren Gjesse 2012/01/16 08:58:00 Done.
namespace dart {

Powered by Google App Engine
This is Rietveld 408576698