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

Unified Diff: tools/android/loading/cloud/backend/report_task_handler.py

Issue 1969373002: tools/android/loading Move LoadingTraceDatabase under cloud/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@report
Patch Set: Rebase Created 4 years, 7 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
« no previous file with comments | « no previous file | tools/android/loading/cloud/backend/trace_task_handler.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/loading/cloud/backend/report_task_handler.py
diff --git a/tools/android/loading/cloud/backend/report_task_handler.py b/tools/android/loading/cloud/backend/report_task_handler.py
index 47365b59fb186d5de6f0641f5e311ff1f2dd7ce5..1836bbfd1b3203d7b7244f1373f1e442150e9836 100644
--- a/tools/android/loading/cloud/backend/report_task_handler.py
+++ b/tools/android/loading/cloud/backend/report_task_handler.py
@@ -7,10 +7,10 @@ import uuid
from googleapiclient import errors
+from common.loading_trace_database import LoadingTraceDatabase
import common.google_error_helper as google_error_helper
from failure_database import FailureDatabase
from loading_trace import LoadingTrace
-from loading_trace_database import LoadingTraceDatabase
from report import LoadingReport
« no previous file with comments | « no previous file | tools/android/loading/cloud/backend/trace_task_handler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698