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

Unified Diff: pkg/analysis_server/test/services/index/store/mocks.dart

Issue 1087483006: Rename two more classes to prepare for the public API (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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/test/services/index/store/mocks.dart
diff --git a/pkg/analysis_server/test/services/index/store/mocks.dart b/pkg/analysis_server/test/services/index/store/mocks.dart
index 9d0bab49d4c6f4a5ab8aa64e091991980ebd42fd..9ed78afe480e6ee3aa2f88d538a57dbf98ae72bd 100644
--- a/pkg/analysis_server/test/services/index/store/mocks.dart
+++ b/pkg/analysis_server/test/services/index/store/mocks.dart
@@ -16,7 +16,7 @@ class MockElementCodec extends TypedMock implements ElementCodec {
noSuchMethod(Invocation invocation) => super.noSuchMethod(invocation);
}
-class MockLocation extends TypedMock implements Location {
+class MockLocation extends TypedMock implements LocationImpl {
noSuchMethod(Invocation invocation) => super.noSuchMethod(invocation);
}

Powered by Google App Engine
This is Rietveld 408576698