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

Unified Diff: frontend/client/src/autotest/afe/ClassFactory.java

Issue 3554003: Merge remote branch 'cros/upstream' into tempbranch3 (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 3 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: frontend/client/src/autotest/afe/ClassFactory.java
diff --git a/frontend/client/src/autotest/afe/ClassFactory.java b/frontend/client/src/autotest/afe/ClassFactory.java
index 11b090cc53fed68eba880d14f02fd0721668bad1..4f5ae640253efa32beca0f3a3f41f2586022be0f 100644
--- a/frontend/client/src/autotest/afe/ClassFactory.java
+++ b/frontend/client/src/autotest/afe/ClassFactory.java
@@ -1,9 +1,10 @@
package autotest.afe;
-import autotest.afe.CreateJobView.JobCreateListener;
+import autotest.afe.create.CreateJobViewPresenter.JobCreateListener;
+import autotest.afe.create.CreateJobViewTab;
class ClassFactory {
- public CreateJobView getCreateJobView(JobCreateListener listener) {
- return new CreateJobView(listener);
+ public CreateJobViewTab getCreateJobView(JobCreateListener listener) {
+ return new CreateJobViewTab(listener);
}
}
« no previous file with comments | « frontend/client/src/autotest/afe/CheckBoxPanelDisplay.java ('k') | frontend/client/src/autotest/afe/ControlTypeSelect.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698