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

Unified Diff: ios/chrome/browser/ui/context_menu/cru_context_menu_holder.h

Issue 1891863004: Copy contents of ui/base/ios into ios/chrome/browser/ui/context_menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add to gn Created 4 years, 8 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: 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_

Powered by Google App Engine
This is Rietveld 408576698