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

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

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.mm
diff --git a/ui/base/ios/cru_context_menu_holder.mm b/ios/chrome/browser/ui/context_menu/cru_context_menu_holder.mm
similarity index 95%
copy from ui/base/ios/cru_context_menu_holder.mm
copy to ios/chrome/browser/ui/context_menu/cru_context_menu_holder.mm
index e8e9ee9c348265d04f38c630aa3251e511ac36d6..93f7323ebd6afb586b8608b252e1efb29f0e7229 100644
--- a/ui/base/ios/cru_context_menu_holder.mm
+++ b/ios/chrome/browser/ui/context_menu/cru_context_menu_holder.mm
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "ui/base/ios/cru_context_menu_holder.h"
+#import "ios/chrome/browser/ui/context_menu/cru_context_menu_holder.h"
#import "base/logging.h"
#import "base/mac/scoped_nsobject.h"
-@implementation CRUContextMenuHolder {
+@implementation ContextMenuHolder {
// Backs the property of the same name.
base::scoped_nsobject<NSString> _menuTitle;
// Stores the itemTitles of the menu items.

Powered by Google App Engine
This is Rietveld 408576698