| Index: chrome/test/webdriver/session_manager.h
 | 
| diff --git a/chrome/test/webdriver/session_manager.h b/chrome/test/webdriver/session_manager.h
 | 
| index e93843f9b7bd620c158ba46c2b6073be1c46360e..91db207e69f3074123b8a33b1c1842c8d05d0c62 100644
 | 
| --- a/chrome/test/webdriver/session_manager.h
 | 
| +++ b/chrome/test/webdriver/session_manager.h
 | 
| @@ -21,6 +21,9 @@ namespace webdriver {
 | 
|  // their own profiles.
 | 
|  class SessionManager {
 | 
|   public:
 | 
| +  // Returns the singleton instance.
 | 
| +  static SessionManager* GetInstance();
 | 
| +
 | 
|    std::string GetIPAddress();
 | 
|    bool SetIPAddress(const std::string& port);
 | 
|  
 | 
| 
 |