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

Unified Diff: chrome/common/mac/objc_method_swizzle.mm

Issue 7826016: [Mac] Enable CrZombie for all processes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Whitespace, and verify merge. Created 9 years, 3 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
« no previous file with comments | « chrome/common/mac/objc_method_swizzle.h ('k') | chrome/common/mac/objc_method_swizzle_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « chrome/common/mac/objc_method_swizzle.h ('k') | chrome/common/mac/objc_method_swizzle_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698