| Index: chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc b/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc
|
| index 5b553b080013daca90a5edecd80a3ba89cbd9199..0d6c1da3ff1b49b9ced6ea7d581a9306d82e761d 100644
|
| --- a/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc
|
| @@ -69,8 +69,7 @@ IN_PROC_BROWSER_TEST_F(SingleClientSessionsSyncTest, TimestampMatchesHistory) {
|
| ASSERT_TRUE(CheckInitialState(0));
|
|
|
| // We want a URL that doesn't 404 and has a non-empty title.
|
| - // about:version is simple to render, too.
|
| - const GURL url("about:version");
|
| + const GURL url("data:text/html,<html><title>Test</title></html>");
|
|
|
| ScopedWindowMap windows;
|
| ASSERT_TRUE(OpenTabAndGetLocalWindows(0, url, windows.GetMutable()));
|
| @@ -103,8 +102,7 @@ IN_PROC_BROWSER_TEST_F(SingleClientSessionsSyncTest, ResponseCodeIsPreserved) {
|
| ASSERT_TRUE(CheckInitialState(0));
|
|
|
| // We want a URL that doesn't 404 and has a non-empty title.
|
| - // about:version is simple to render, too.
|
| - const GURL url("about:version");
|
| + const GURL url("data:text/html,<html><title>Test</title></html>");
|
|
|
| ScopedWindowMap windows;
|
| ASSERT_TRUE(OpenTabAndGetLocalWindows(0, url, windows.GetMutable()));
|
|
|