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 |