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

Unified Diff: lib/db.dart

Issue 2285803002: Upgrade to use stable `package:googleapis/v1.dart` of datastore (Closed) Base URL: git@github.com:dart-lang/gcloud.git@master
Patch Set: Update upper constraint on http_parser Created 4 years, 4 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 | « CHANGELOG.md ('k') | lib/src/datastore_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/db.dart
diff --git a/lib/db.dart b/lib/db.dart
index ed45625cc7c4e9816c0c12d97aaddf0fabdcf84e..50540238f5e9b3f2cf7ac79e2e2a47bf101e9002 100644
--- a/lib/db.dart
+++ b/lib/db.dart
@@ -8,7 +8,7 @@ import 'dart:async';
import 'dart:collection';
import 'dart:mirrors' as mirrors;
-import 'common.dart' show Page, StreamFromPages;
+import 'common.dart' show StreamFromPages;
import 'service_scope.dart' as ss;
import 'datastore.dart' as datastore;
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/datastore_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698