| Index: content/test/gpu/gpu_tests/gpu_process.py
|
| diff --git a/content/test/gpu/gpu_tests/gpu_process.py b/content/test/gpu/gpu_tests/gpu_process.py
|
| index de5579af2f0f9b28be3e00c0cc0988d93424ed8b..a27c701594c178945284891d18268a2c76b82880 100644
|
| --- a/content/test/gpu/gpu_tests/gpu_process.py
|
| +++ b/content/test/gpu/gpu_tests/gpu_process.py
|
| @@ -1,8 +1,8 @@
|
| # Copyright 2013 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| -import gpu_process_expectations as expectations
|
| -import gpu_test_base
|
| +from gpu_tests import gpu_process_expectations as expectations
|
| +from gpu_tests import gpu_test_base
|
| import page_sets
|
|
|
| from telemetry.page import page_test
|
|
|