| Index: chrome/browser/sync/glue/session_model_associator_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/session_model_associator_unittest.cc b/chrome/browser/sync/glue/session_model_associator_unittest.cc
|
| index d1f63bbe1fac20d3fedc5a1e8e1343da5668d5ce..e5ceab1e6f1a162287981442313ec6ace4db59f5 100644
|
| --- a/chrome/browser/sync/glue/session_model_associator_unittest.cc
|
| +++ b/chrome/browser/sync/glue/session_model_associator_unittest.cc
|
| @@ -375,7 +375,7 @@ TEST_F(SyncSessionModelAssociatorTest, SetSessionTabFromDelegate) {
|
| // Create tab specifics with an empty favicon. Ensure it gets ignored and not
|
| // stored into the synced favicon lookups.
|
| TEST_F(SyncSessionModelAssociatorTest, LoadEmptyFavicon) {
|
| - std::string favicon = "";
|
| + std::string favicon;
|
| std::string favicon_url = "http://www.faviconurl.com/favicon.ico";
|
| std::string page_url = "http://www.faviconurl.com/page.html";
|
| sync_pb::SessionTab tab;
|
|
|