Index: tools/chrome_proxy/webdriver/decorator_smoke.py |
diff --git a/tools/chrome_proxy/webdriver/decorator_smoke.py b/tools/chrome_proxy/webdriver/decorator_smoke.py |
index e9a6c75eef204e49f05b00fda6022adb4957b22b..bf2f82ffa09a6f78fa1118f57aa486a416337647 100644 |
--- a/tools/chrome_proxy/webdriver/decorator_smoke.py |
+++ b/tools/chrome_proxy/webdriver/decorator_smoke.py |
@@ -2,7 +2,7 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-from common import AndroidOnly |
+from decorators import AndroidOnly |
from common import ParseFlags |
from common import IntegrationTest |