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

Unified Diff: editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/asserts/NavigationRegionsAssert.java

Issue 474193003: Make more use of generated code in Java analysis server. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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: editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/asserts/NavigationRegionsAssert.java
diff --git a/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/asserts/NavigationRegionsAssert.java b/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/asserts/NavigationRegionsAssert.java
index e47238a1b0bb74861714d14ee1a4c88df90c23c6..f306a2441ae6fbd7b7ee9fab09ffc65dfe80083c 100644
--- a/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/asserts/NavigationRegionsAssert.java
+++ b/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/asserts/NavigationRegionsAssert.java
@@ -15,7 +15,7 @@
package com.google.dart.server.internal.asserts;
import com.google.dart.engine.source.Source;
-import com.google.dart.server.NavigationRegion;
+import com.google.dart.server.generated.types.NavigationRegion;
import junit.framework.Assert;

Powered by Google App Engine
This is Rietveld 408576698