| Index: tools/chrome_proxy/webdriver/examples.py
|
| diff --git a/tools/chrome_proxy/webdriver/examples.py b/tools/chrome_proxy/webdriver/examples.py
|
| index 31d37bfab065a5615dfe00a18e2cd19b6502934b..fcf7ae27a40aab916ce61ead78a0748373cc39dd 100644
|
| --- a/tools/chrome_proxy/webdriver/examples.py
|
| +++ b/tools/chrome_proxy/webdriver/examples.py
|
| @@ -10,7 +10,7 @@ from common import TestDriver
|
| from common import IntegrationTest
|
|
|
|
|
| -class SimpleSmoke(IntegrationTest):
|
| +class Examples(IntegrationTest):
|
|
|
| # Simple example integration test.
|
| def testCheckPageWithProxy(self):
|
|
|