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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/ConvertMethodToGetterRefactoringTest.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/ConvertMethodToGetterRefactoringTest.java
diff --git a/editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/ConvertMethodToGetterRefactoringTest.java b/editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/ConvertMethodToGetterRefactoringTest.java
index 5e18f28e86183b655815542fef43c88629d6f46a..acac9f519a1ab47abd39d20ee086821c48e15218 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/ConvertMethodToGetterRefactoringTest.java
+++ b/editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/ConvertMethodToGetterRefactoringTest.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.DialogHelper;
@@ -59,7 +59,7 @@ public final class ConvertMethodToGetterRefactoringTest extends AbstractDartEdit
private void selectAndRun(String pattern) throws Exception {
selectOffset(pattern);
- final IAction action = getEditorAction(JdtActionConstants.CONVERT_METHOD_TO_GETTER);
+ final IAction action = getEditorAction(DartActionConstants.CONVERT_METHOD_TO_GETTER);
addOperation(new Operation() {
@Override
public boolean isReady(UiContext context) throws Exception {

Powered by Google App Engine
This is Rietveld 408576698