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

Unified Diff: ui/base/win/shell.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
« no previous file with comments | « ui/base/win/shell.h ('k') | ui/ui_base.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/win/shell.cc
diff --git a/app/win/shell.cc b/ui/base/win/shell.cc
similarity index 98%
rename from app/win/shell.cc
rename to ui/base/win/shell.cc
index cf4738705be8de92263eb712ae366bcbde2a6cab..c78730c73a3902b81bdf8cf17708383965011f6c 100644
--- a/app/win/shell.cc
+++ b/ui/base/win/shell.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "app/win/shell.h"
+#include "ui/base/win/shell.h"
#include <shellapi.h>
#include <shlobj.h>
@@ -14,7 +14,7 @@
#include "base/win/win_util.h"
#include "base/win/windows_version.h"
-namespace app {
+namespace ui {
namespace win {
namespace {
@@ -109,4 +109,4 @@ void SetAppIdForWindow(const string16& app_id, HWND hwnd) {
}
} // namespace win
-} // namespace app
+} // namespace ui
« no previous file with comments | « ui/base/win/shell.h ('k') | ui/ui_base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698