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

Unified Diff: pkg/analysis_server/lib/src/single_context_manager.dart

Issue 2305453002: Remove unnecessary hide clauses (Closed)
Patch Set: 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
Index: pkg/analysis_server/lib/src/single_context_manager.dart
diff --git a/pkg/analysis_server/lib/src/single_context_manager.dart b/pkg/analysis_server/lib/src/single_context_manager.dart
index 058d77e8971a17328718e8eb421601c1fd2581c5..9f4db0722a7ddc528f9b54d3d17fd31db0dbb034 100644
--- a/pkg/analysis_server/lib/src/single_context_manager.dart
+++ b/pkg/analysis_server/lib/src/single_context_manager.dart
@@ -5,7 +5,7 @@
library analysis_server.src.single_context_manager;
import 'dart:async';
-import 'dart:core' hide Resource;
+import 'dart:core';
import 'dart:math' as math;
import 'package:analysis_server/src/context_manager.dart';

Powered by Google App Engine
This is Rietveld 408576698