diff options
Diffstat (limited to 'chrome/renderer/renderer_main_platform_delegate_mac.mm')
-rw-r--r-- | chrome/renderer/renderer_main_platform_delegate_mac.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/renderer/renderer_main_platform_delegate_mac.mm b/chrome/renderer/renderer_main_platform_delegate_mac.mm index 4da959e..d3ac431 100644 --- a/chrome/renderer/renderer_main_platform_delegate_mac.mm +++ b/chrome/renderer/renderer_main_platform_delegate_mac.mm @@ -7,9 +7,9 @@ #import <Cocoa/Cocoa.h> #include "base/command_line.h" -#import "chrome/common/chrome_application_mac.h" #include "chrome/common/chrome_switches.h" -#include "chrome/common/sandbox_mac.h" +#import "content/common/chrome_application_mac.h" +#include "content/common/sandbox_mac.h" #include "third_party/WebKit/Source/WebKit/mac/WebCoreSupport/WebSystemInterface.h" RendererMainPlatformDelegate::RendererMainPlatformDelegate( |