| Index: chrome/installer/setup/install_unittest.cc
|
| diff --git a/chrome/installer/setup/install_unittest.cc b/chrome/installer/setup/install_unittest.cc
|
| index ba42900fd76916e2b8aa2c3351b3565deb4ff8f5..8fc802690befb059e5b8e870cb98c433f20ed3dd 100644
|
| --- a/chrome/installer/setup/install_unittest.cc
|
| +++ b/chrome/installer/setup/install_unittest.cc
|
| @@ -312,8 +312,9 @@ TEST_F(CreateVisualElementsManifestTest, VisualElementsManifestCreated) {
|
| " ShowNameOnSquare150x150Logo='on'\r\n"
|
| " Square150x150Logo='0.0.0.0\\VisualElements\\Logo.png'\r\n"
|
| " Square70x70Logo='0.0.0.0\\VisualElements\\SmallLogo.png'\r\n"
|
| + " Square44x44Logo='0.0.0.0\\VisualElements\\SmallLogo.png'\r\n"
|
| " ForegroundText='light'\r\n"
|
| - " BackgroundColor='#323232'/>\r\n"
|
| + " BackgroundColor='#212121'/>\r\n"
|
| "</Application>\r\n";
|
|
|
| ASSERT_STREQ(kExpectedManifest, read_manifest.c_str());
|
|
|