| Index: editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/refactoring/RenameResourceParticipantTest.java
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/refactoring/RenameResourceParticipantTest.java b/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/refactoring/RenameResourceParticipantTest.java
|
| index 76b1f9b274717dab61e4620c95dd9dbd998c11df..d50b0c6c1355e0a929f944e372f47670eb4c6316 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/refactoring/RenameResourceParticipantTest.java
|
| +++ b/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/refactoring/RenameResourceParticipantTest.java
|
| @@ -13,11 +13,9 @@
|
| */
|
| package com.google.dart.tools.ui.refactoring;
|
|
|
| -import com.google.dart.tools.core.model.DartVariableDeclaration;
|
| import com.google.dart.tools.core.test.util.TestProject;
|
| import com.google.dart.tools.internal.corext.refactoring.rename.RenameResourceParticipant;
|
| import com.google.dart.tools.internal.corext.refactoring.util.ReflectionUtils;
|
| -import com.google.dart.tools.ui.internal.refactoring.RenameSupport;
|
|
|
| import org.eclipse.core.resources.IFile;
|
| import org.eclipse.core.runtime.IProgressMonitor;
|
| @@ -42,7 +40,7 @@ public final class RenameResourceParticipantTest extends RefactoringTest {
|
| }
|
|
|
| /**
|
| - * Uses {@link RenameSupport} to rename {@link DartVariableDeclaration}.
|
| + * Renames given {@link IFile}.
|
| */
|
| private static void renameFile(IFile file, String newName) throws Exception {
|
| TestProject.waitForAutoBuild();
|
|
|