| Index: chrome/browser/ui/web_applications/web_app_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/web_applications/web_app_ui.cc (revision 157679)
|
| +++ chrome/browser/ui/web_applications/web_app_ui.cc (working copy)
|
| @@ -16,6 +16,7 @@
|
| #include "chrome/browser/ui/tab_contents/tab_contents.h"
|
| #include "chrome/browser/web_applications/web_app.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| +#include "chrome/common/chrome_paths.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| @@ -190,7 +191,7 @@
|
| } locations[] = {
|
| {
|
| shortcut_info_.create_on_desktop,
|
| - base::DIR_USER_DESKTOP,
|
| + chrome::DIR_USER_DESKTOP,
|
| NULL
|
| }, {
|
| shortcut_info_.create_in_applications_menu,
|
|
|