Index: chrome/common/mac/objc_method_swizzle.mm |
diff --git a/chrome/browser/ui/cocoa/objc_method_swizzle.mm b/chrome/common/mac/objc_method_swizzle.mm |
similarity index 94% |
rename from chrome/browser/ui/cocoa/objc_method_swizzle.mm |
rename to chrome/common/mac/objc_method_swizzle.mm |
index 39f3d9bcfbb954e1c180fc9b0725ca2ebc7522e6..4ed4df896f730f7fd69d60e3ee284a5f1487dfec 100644 |
--- a/chrome/browser/ui/cocoa/objc_method_swizzle.mm |
+++ b/chrome/common/mac/objc_method_swizzle.mm |
@@ -2,11 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#import "chrome/browser/ui/cocoa/objc_method_swizzle.h" |
+#import "chrome/common/mac/objc_method_swizzle.h" |
#import "base/logging.h" |
#import "base/memory/scoped_nsobject.h" |
-#import "chrome/app/breakpad_mac.h" |
namespace ObjcEvilDoers { |