Index: content/shell/browser/shell_win.cc |
diff --git a/content/shell/shell_win.cc b/content/shell/browser/shell_win.cc |
similarity index 99% |
rename from content/shell/shell_win.cc |
rename to content/shell/browser/shell_win.cc |
index d6d949732570ff24ee5a895050a56cf564cd1640..9863a0514844803b55ad117114694f2fb2539e68 100644 |
--- a/content/shell/shell_win.cc |
+++ b/content/shell/browser/shell_win.cc |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/shell/shell.h" |
+#include "content/shell/browser/shell.h" |
+#include <windows.h> |
#include <commctrl.h> |
#include <fcntl.h> |
#include <io.h> |
-#include <windows.h> |
#include "base/strings/utf_string_conversions.h" |
#include "base/win/wrapped_window_proc.h" |