Index: tools/profile_chrome/chrome_startup_controller.py |
diff --git a/tools/profile_chrome/chrome_startup_controller.py b/tools/profile_chrome/chrome_startup_controller.py |
index 84c08d4cb63fc04ff5530794ca932de2bcc5c4ca..01a9475ddf323de4d14e2ad1e9031c6d9effeb4a 100644 |
--- a/tools/profile_chrome/chrome_startup_controller.py |
+++ b/tools/profile_chrome/chrome_startup_controller.py |
@@ -6,9 +6,9 @@ import os |
import re |
import time |
+from devil.android.perf import cache_control |
+from devil.android.sdk import intent |
from pylib import flag_changer |
-from pylib.device import intent |
-from pylib.perf import cache_control |
from profile_chrome import controllers |