Index: ios/chrome/browser/ui/context_menu/cru_context_menu_holder.h |
diff --git a/ui/base/ios/cru_context_menu_holder.h b/ios/chrome/browser/ui/context_menu/cru_context_menu_holder.h |
similarity index 85% |
copy from ui/base/ios/cru_context_menu_holder.h |
copy to ios/chrome/browser/ui/context_menu/cru_context_menu_holder.h |
index 9ddc8b4f5f5cec36b4917732b71ce48f92d585ca..6e61a59c13c451fcda4ae4c3d6dec43f1f4d0422 100644 |
--- a/ui/base/ios/cru_context_menu_holder.h |
+++ b/ios/chrome/browser/ui/context_menu/cru_context_menu_holder.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef UI_BASE_IOS_CRU_CONTEXT_MENU_HOLDER_H_ |
-#define UI_BASE_IOS_CRU_CONTEXT_MENU_HOLDER_H_ |
+#ifndef IOS_CHROME_BROWSER_UI_CONTEXT_MENU_CRU_CONTEXT_MENU_HOLDER_H_ |
+#define IOS_CHROME_BROWSER_UI_CONTEXT_MENU_CRU_CONTEXT_MENU_HOLDER_H_ |
#import <Foundation/Foundation.h> |
@@ -11,7 +11,7 @@ |
// This class simply stores the information necessary to build a menu: |
// a menu title, a list of item titles and associated actions (blocks). |
-@interface CRUContextMenuHolder : NSObject |
+@interface ContextMenuHolder : NSObject |
Eugene But (OOO till 7-30)
2016/04/15 19:57:18
This header in included in crw_web_controller.mm i
Jackie Quinn
2016/04/15 20:38:07
Yes. Removing it.
|
// Designated initializer. |
- (instancetype)init; |
@@ -44,4 +44,4 @@ |
@end |
-#endif // UI_BASE_IOS_CRU_CONTEXT_MENU_HOLDER_H_ |
+#endif // IOS_CHROME_BROWSER_UI_CONTEXT_MENU_CRU_CONTEXT_MENU_HOLDER_H_ |