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

Unified Diff: 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: 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: base/win/shell.cc
diff --git a/app/win/shell.cc b/base/win/shell.cc
similarity index 98%
rename from app/win/shell.cc
rename to base/win/shell.cc
index cf4738705be8de92263eb712ae366bcbde2a6cab..87411a0e6381c3fcc13da4753848bde78436b6e7 100644
--- a/app/win/shell.cc
+++ b/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 "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 base {
namespace win {
namespace {
@@ -109,4 +109,4 @@ void SetAppIdForWindow(const string16& app_id, HWND hwnd) {
}
} // namespace win
-} // namespace app
+} // namespace base
« base/win/shell.h ('K') | « base/win/shell.h ('k') | chrome/browser/aeropeek_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698