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 |