| Index: chrome/browser/extensions/api/identity/identity_apitest.cc
|
| diff --git a/chrome/browser/extensions/api/identity/identity_apitest.cc b/chrome/browser/extensions/api/identity/identity_apitest.cc
|
| index b6fec79dab92e89b703c2f0408457ae89ff8388a..174f92250474aede58239dd8fd35b578bcf5666f 100644
|
| --- a/chrome/browser/extensions/api/identity/identity_apitest.cc
|
| +++ b/chrome/browser/extensions/api/identity/identity_apitest.cc
|
| @@ -508,7 +508,7 @@ class LaunchWebAuthFlowFunctionTest : public ExtensionBrowserTest {
|
| };
|
|
|
| IN_PROC_BROWSER_TEST_F(LaunchWebAuthFlowFunctionTest, Bounds) {
|
| - RunAndCheckBounds("", 0, 0, 0, 0);
|
| + RunAndCheckBounds(std::string(), 0, 0, 0, 0);
|
| RunAndCheckBounds("\"width\": 100, \"height\": 200", 0, 0, 100, 200);
|
| RunAndCheckBounds("\"left\": 100, \"top\": 200", 100, 200, 0, 0);
|
| RunAndCheckBounds(
|
|
|