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

Unified Diff: sdk/lib/core/future_impl.dart

Issue 11434030: Revert "Switch libraries to using new tags." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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 | « sdk/lib/core/future.dart ('k') | sdk/lib/core/hashable.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/future_impl.dart
diff --git a/sdk/lib/core/future_impl.dart b/sdk/lib/core/future_impl.dart
index 9f352c7fc44c5c2edd8e0a3fd52881fc7808340c..2c22e46123115e6b3dd852f5ed4fc5333f1975c7 100644
--- a/sdk/lib/core/future_impl.dart
+++ b/sdk/lib/core/future_impl.dart
@@ -1,8 +1,6 @@
// Copyright 2012 Google Inc. All Rights Reserved.
// Dart core library.
-part of dart_core;
-
class _FutureImpl<T> implements Future<T> {
bool _isComplete = false;
« no previous file with comments | « sdk/lib/core/future.dart ('k') | sdk/lib/core/hashable.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698