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

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

Issue 7265009: Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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/browser.cc
===================================================================
--- chrome/browser/ui/browser.cc (revision 90470)
+++ chrome/browser/ui/browser.cc (working copy)
@@ -5,8 +5,8 @@
#include "chrome/browser/ui/browser.h"
#if defined(OS_WIN)
+#include <shellapi.h>
#include <windows.h>
-#include <shellapi.h>
#endif // OS_WIN
#include <algorithm>
@@ -138,13 +138,13 @@
#include "webkit/glue/window_open_disposition.h"
#if defined(OS_WIN)
+#include "app/win/shell.h"
#include "chrome/browser/autofill/autofill_ie_toolbar_import_win.h"
#include "chrome/browser/shell_integration.h"
#include "chrome/browser/ssl/ssl_error_info.h"
#include "chrome/browser/task_manager/task_manager.h"
#include "chrome/browser/ui/view_ids.h"
#include "chrome/browser/ui/views/location_bar/location_bar_view.h"
-#include "ui/base/win/shell.h"
#endif // OS_WIN
#if defined(OS_MACOSX)
@@ -439,7 +439,7 @@
// Set the app user model id for this application to that of the application
// name. See http://crbug.com/7028.
- ui::win::SetAppIdForWindow(
+ app::win::SetAppIdForWindow(
is_app() ?
ShellIntegration::GetAppId(UTF8ToWide(app_name_), profile_->GetPath()) :
ShellIntegration::GetChromiumAppId(profile_->GetPath()),
« no previous file with comments | « chrome/browser/tab_contents/web_drop_target_win.cc ('k') | chrome/browser/ui/views/omnibox/omnibox_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698