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

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

Issue 7231016: 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: brettw review 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
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index 8658e4f1631fa4e91fdc2f42eabc645a20fed6b8..af58ff70eac1873b07b778c768e4e7b1c36af02c 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -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>
@@ -136,13 +136,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)
@@ -431,7 +431,7 @@ void Browser::InitBrowserWindow() {
// Set the app user model id for this application to that of the application
// name. See http://crbug.com/7028.
- app::win::SetAppIdForWindow(
+ ui::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