| Index: chrome/browser/web_applications/web_app_mac_unittest.mm
|
| diff --git a/chrome/browser/web_applications/web_app_mac_unittest.mm b/chrome/browser/web_applications/web_app_mac_unittest.mm
|
| index 2579cb367133a8c51eb3b8ffc16dfa24e0b2fe4c..6fe4950b13ef8cc2cb2af98cb7fd135c6c03ae77 100644
|
| --- a/chrome/browser/web_applications/web_app_mac_unittest.mm
|
| +++ b/chrome/browser/web_applications/web_app_mac_unittest.mm
|
| @@ -15,6 +15,7 @@
|
| #include "base/memory/scoped_nsobject.h"
|
| #include "base/strings/sys_string_conversions.h"
|
| #include "base/utf_string_conversions.h"
|
| +#include "chrome/browser/web_applications/web_app.h"
|
| #include "chrome/common/mac/app_mode_common.h"
|
| #include "grit/theme_resources.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| @@ -73,6 +74,7 @@ TEST(WebAppShortcutCreatorTest, CreateShortcut) {
|
|
|
| EXPECT_TRUE(shortcut_creator.CreateShortcut());
|
| EXPECT_TRUE(file_util::PathExists(dst_path));
|
| + EXPECT_EQ(dst_path.value(), shortcut_creator.GetShortcutPath().value());
|
|
|
| base::FilePath plist_path = dst_path.Append("Contents").Append("Info.plist");
|
| NSDictionary* plist = [NSDictionary dictionaryWithContentsOfFile:
|
|
|