| Index: content/test/gpu/gpu_tests/memory_test.py
|
| diff --git a/content/test/gpu/gpu_tests/memory_test.py b/content/test/gpu/gpu_tests/memory_test.py
|
| index a0d4d13ff4cf6f9187f6f4ff36672d5e8aac3068..4e76e43f15d2d499e2b2dde489d91e136dc55920 100644
|
| --- a/content/test/gpu/gpu_tests/memory_test.py
|
| +++ b/content/test/gpu/gpu_tests/memory_test.py
|
| @@ -5,11 +5,11 @@ import memory_test_expectations
|
| import page_sets
|
|
|
| from telemetry import benchmark
|
| -from telemetry.core.platform import tracing_category_filter
|
| -from telemetry.core.platform import tracing_options
|
| from telemetry.page import page_test
|
| from telemetry.timeline import counter
|
| from telemetry.timeline import model
|
| +from telemetry.timeline import tracing_category_filter
|
| +from telemetry.timeline import tracing_options
|
|
|
| MEMORY_LIMIT_MB = 192
|
| SINGLE_TAB_LIMIT_MB = 192
|
|
|