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

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

Issue 7826016: [Mac] Enable CrZombie for all processes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DEPS change. Created 9 years, 4 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
Index: chrome/common/mac/objc_method_swizzle.h
diff --git a/chrome/browser/ui/cocoa/objc_method_swizzle.h b/chrome/common/mac/objc_method_swizzle.h
similarity index 78%
rename from chrome/browser/ui/cocoa/objc_method_swizzle.h
rename to chrome/common/mac/objc_method_swizzle.h
index 2b9483240c03159d5d073e4793133aeacafa9e70..a6fd19aeb475066708acaf150ac065c0524c4c9a 100644
--- a/chrome/browser/ui/cocoa/objc_method_swizzle.h
+++ b/chrome/common/mac/objc_method_swizzle.h
@@ -1,9 +1,9 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_UI_COCOA_OBJC_METHOD_SWIZZLE_H_
-#define CHROME_BROWSER_UI_COCOA_OBJC_METHOD_SWIZZLE_H_
+#ifndef CHROME_COMMON_MAC_OBJC_METHOD_SWIZZLE_H_
+#define CHROME_COMMON_MAC_OBJC_METHOD_SWIZZLE_H_
#pragma once
#import <objc/objc-class.h>
@@ -25,4 +25,4 @@ IMP SwizzleImplementedInstanceMethods(
} // namespace ObjcEvilDoers
-#endif // CHROME_BROWSER_UI_COCOA_OBJC_METHOD_SWIZZLE_H_
+#endif // CHROME_COMMON_MAC_OBJC_METHOD_SWIZZLE_H_

Powered by Google App Engine
This is Rietveld 408576698