Index: content/renderer/renderer_main_platform_delegate_mac.mm |
=================================================================== |
--- content/renderer/renderer_main_platform_delegate_mac.mm (revision 105328) |
+++ content/renderer/renderer_main_platform_delegate_mac.mm (working copy) |
@@ -10,10 +10,10 @@ |
#include "base/command_line.h" |
#include "base/logging.h" |
#include "base/sys_string_conversions.h" |
+#import "chrome/test/security_tests/renderer_sandbox_tests_mac.h" |
#import "content/common/chrome_application_mac.h" |
-#include "content/common/content_switches.h" |
#include "content/common/sandbox_mac.h" |
-#import "chrome/test/security_tests/renderer_sandbox_tests_mac.h" |
+#include "content/public/common/content_switches.h" |
#include "third_party/WebKit/Source/WebKit/mac/WebCoreSupport/WebSystemInterface.h" |
RendererMainPlatformDelegate::RendererMainPlatformDelegate( |