| Index: tools/telemetry/telemetry/core/user_agent_unittest.py
|
| diff --git a/tools/telemetry/telemetry/user_agent_unittest.py b/tools/telemetry/telemetry/core/user_agent_unittest.py
|
| similarity index 85%
|
| rename from tools/telemetry/telemetry/user_agent_unittest.py
|
| rename to tools/telemetry/telemetry/core/user_agent_unittest.py
|
| index e126b70ebb46648efd65ca4a767bc7a7c3be1a52..223c1cf8a812f3c0956fa202f7a467c55735c2df 100644
|
| --- a/tools/telemetry/telemetry/user_agent_unittest.py
|
| +++ b/tools/telemetry/telemetry/core/user_agent_unittest.py
|
| @@ -2,8 +2,8 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -from telemetry import tab_test_case
|
| -from telemetry import user_agent
|
| +from telemetry.core import user_agent
|
| +from telemetry.test import tab_test_case
|
|
|
|
|
| class UserAgentTest(tab_test_case.TabTestCase):
|
|
|