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

Unified Diff: content/shell/browser/shell_win.cc

Issue 23316003: [content shell] move browser process stuff into browser/ subdir (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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: 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"
« no previous file with comments | « content/shell/browser/shell_web_contents_view_delegate_win.cc ('k') | content/shell/browser/webkit_test_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698