Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7090)

Unified Diff: chrome/browser/ui/web_applications/web_app_ui.cc

Issue 10910209: Add new PathService paths for Windows' All Users Desktop and Quick Launch folders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/web_applications/web_app_ui.cc
diff --git a/chrome/browser/ui/web_applications/web_app_ui.cc b/chrome/browser/ui/web_applications/web_app_ui.cc
index bcfb9f4c311ba8ef0e47f2bbd4aa613e0ec4e349..0be9b97644c4e8fa361209f373ee1d054e928aca 100644
--- a/chrome/browser/ui/web_applications/web_app_ui.cc
+++ b/chrome/browser/ui/web_applications/web_app_ui.cc
@@ -4,6 +4,7 @@
#include "chrome/browser/ui/web_applications/web_app_ui.h"
+#include "base/base_paths.h"
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/file_util.h"
@@ -16,7 +17,6 @@
#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"
@@ -187,7 +187,7 @@ void UpdateShortcutWorker::CheckExistingShortcuts() {
} locations[] = {
{
shortcut_info_.create_on_desktop,
- chrome::DIR_USER_DESKTOP,
+ base::DIR_USER_DESKTOP,
NULL
}, {
shortcut_info_.create_in_applications_menu,

Powered by Google App Engine
This is Rietveld 408576698