| Index: chrome/test/pyautolib/pyautolib.h
|
| diff --git a/chrome/test/pyautolib/pyautolib.h b/chrome/test/pyautolib/pyautolib.h
|
| index d14eec9e2e444b3b7ad7dc7f529855faeabc0676..2901fed7d89dc0eaced4bea04836d37d5cefc1c2 100644
|
| --- a/chrome/test/pyautolib/pyautolib.h
|
| +++ b/chrome/test/pyautolib/pyautolib.h
|
| @@ -153,10 +153,10 @@ class PyUITestBase : public UITestBase {
|
|
|
| // Sets a cookie value for a url. Returns true on success.
|
| bool SetCookie(const GURL& cookie_url, const std::string& value,
|
| - int window_index=0, int tab_index=0);
|
| + int window_index = 0, int tab_index = 0);
|
| // Gets a cookie value for the given url.
|
| - std::string GetCookie(const GURL& cookie_url, int window_index=0,
|
| - int tab_index=0);
|
| + std::string GetCookie(const GURL& cookie_url, int window_index = 0,
|
| + int tab_index = 0);
|
|
|
| private:
|
| // Enables PostTask to main thread.
|
| @@ -169,4 +169,3 @@ class PyUITestBase : public UITestBase {
|
| };
|
|
|
| #endif // CHROME_TEST_PYAUTOLIB_PYAUTOLIB_H_
|
| -
|
|
|