| Index: chrome/test/chromedriver/chrome_impl.h
|
| diff --git a/chrome/test/chromedriver/chrome_impl.h b/chrome/test/chromedriver/chrome_impl.h
|
| index 2b84767fac4e0d30dca8752c036887919545655e..67a75025cbefc0bd7512f0d507d24cb5a8cdea54 100644
|
| --- a/chrome/test/chromedriver/chrome_impl.h
|
| +++ b/chrome/test/chromedriver/chrome_impl.h
|
| @@ -23,6 +23,7 @@ class Value;
|
| }
|
|
|
| class DevToolsClient;
|
| +class DevToolsState;
|
| class DomTracker;
|
| class FrameTracker;
|
| class NavigationTracker;
|
| @@ -71,6 +72,7 @@ class ChromeImpl : public Chrome {
|
| scoped_ptr<FrameTracker> frame_tracker_;
|
| scoped_ptr<NavigationTracker> navigation_tracker_;
|
| scoped_ptr<DevToolsClient> client_;
|
| + scoped_ptr<DevToolsState> client_state_;
|
| };
|
|
|
| namespace internal {
|
|
|