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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/InlineLocalRefactoringTest.java

Issue 19670005: Rename JdtActionConstants -> DartActionConstants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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.tools.ui_test/src-ui/editor/refactoring/InlineLocalRefactoringTest.java
diff --git a/editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/InlineLocalRefactoringTest.java b/editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/InlineLocalRefactoringTest.java
index 76a936b333fc7ca26c657c2740795cc3e79c1929..87b62bc92914ed4d73878bca570509309a345dbb 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/InlineLocalRefactoringTest.java
+++ b/editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/InlineLocalRefactoringTest.java
@@ -13,7 +13,7 @@
*/
package editor.refactoring;
-import com.google.dart.tools.ui.actions.JdtActionConstants;
+import com.google.dart.tools.ui.actions.DartActionConstants;
import com.google.dart.ui.test.driver.Operation;
import com.google.dart.ui.test.driver.ShellOperation;
import com.google.dart.ui.test.helpers.WizardDialogHelper;
@@ -95,7 +95,7 @@ public final class InlineLocalRefactoringTest extends AbstractDartEditorTabTest
private void selectAndInline(String pattern) throws Exception {
selectOffset(pattern);
- final IAction action = getEditorAction(JdtActionConstants.INLINE);
+ final IAction action = getEditorAction(DartActionConstants.INLINE);
addOperation(new Operation() {
@Override
public boolean isReady(UiContext context) throws Exception {

Powered by Google App Engine
This is Rietveld 408576698