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

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

Powered by Google App Engine
This is Rietveld 408576698