Index: chrome/renderer/renderer_main_platform_delegate_mac.mm |
diff --git a/chrome/renderer/renderer_main_platform_delegate_mac.mm b/chrome/renderer/renderer_main_platform_delegate_mac.mm |
index 2b14cd04f9b20c53f02dbdf3dd53e2782d3ce012..eb65d1ad76c3211be20db4c8aae2121ceaf469a5 100644 |
--- a/chrome/renderer/renderer_main_platform_delegate_mac.mm |
+++ b/chrome/renderer/renderer_main_platform_delegate_mac.mm |
@@ -6,8 +6,8 @@ |
#import <Cocoa/Cocoa.h> |
-#import "base/chrome_application_mac.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" |
#include "third_party/WebKit/WebKit/mac/WebCoreSupport/WebSystemInterface.h" |