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

Unified Diff: chrome/nacl/nacl_main.cc

Issue 3066014: Cleanup: Remove unneeded headers from app/ (part 2) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 10 years, 5 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
« no previous file with comments | « chrome/browser/views/url_picker.cc ('k') | chrome/plugin/plugin_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/nacl/nacl_main.cc
===================================================================
--- chrome/nacl/nacl_main.cc (revision 54431)
+++ chrome/nacl/nacl_main.cc (working copy)
@@ -5,9 +5,7 @@
#include "build/build_config.h"
#if defined(OS_WIN)
-#include "app/win_util.h"
-#include "chrome/test/injection_test_dll.h"
-#include "sandbox/src/sandbox.h"
+#include <windows.h>
#endif
#include "app/hi_res_timer_manager.h"
@@ -22,11 +20,14 @@
#include "chrome/common/main_function_params.h"
#include "chrome/common/result_codes.h"
#include "chrome/common/sandbox_policy.h"
+#include "chrome/nacl/nacl_main_platform_delegate.h"
+#include "chrome/nacl/nacl_thread.h"
+
#if defined(OS_WIN)
#include "chrome/nacl/broker_thread.h"
+#include "chrome/test/injection_test_dll.h"
+#include "sandbox/src/sandbox.h"
#endif
-#include "chrome/nacl/nacl_main_platform_delegate.h"
-#include "chrome/nacl/nacl_thread.h"
#ifdef _WIN64
@@ -131,5 +132,3 @@
platform.PlatformUninitialize();
return 0;
}
-
-
« no previous file with comments | « chrome/browser/views/url_picker.cc ('k') | chrome/plugin/plugin_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698