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

Unified Diff: content/renderer/renderer_main_platform_delegate.h

Issue 8414020: Expose the sandbox related code through the content API. I did a bit of cleanup while I was doing... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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/renderer/renderer_main_platform_delegate.h
===================================================================
--- content/renderer/renderer_main_platform_delegate.h (revision 107639)
+++ content/renderer/renderer_main_platform_delegate.h (working copy)
@@ -6,6 +6,13 @@
#define CHROME_RENDERER_RENDERER_MAIN_PLATFORM_DELEGATE_H_
#pragma once
+#include "build/build_config.h"
+
+#if defined(OS_WIN)
+#include <windows.h>
+#endif
+
+#include "base/basictypes.h"
cpu_(ooo_6.6-7.5) 2011/10/29 01:35:39 why do you need basictypes here?
jam 2011/10/29 01:49:10 I did at one point, but I had removed that code. d
jam 2011/10/29 02:13:59 ok actually it turns out it's still needed for the
#include "content/common/content_export.h"
#include "content/common/main_function_params.h"

Powered by Google App Engine
This is Rietveld 408576698