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

Unified Diff: ios/shared/chrome/browser/ui/tools_menu/tools_menu_configuration.mm

Issue 2815233002: [ios] Move ToolsMenuConfiguration to shared. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « ios/shared/chrome/browser/ui/tools_menu/tools_menu_configuration.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/shared/chrome/browser/ui/tools_menu/tools_menu_configuration.mm
diff --git a/ios/chrome/browser/ui/tools_menu/tools_menu_configuration.mm b/ios/shared/chrome/browser/ui/tools_menu/tools_menu_configuration.mm
similarity index 92%
rename from ios/chrome/browser/ui/tools_menu/tools_menu_configuration.mm
rename to ios/shared/chrome/browser/ui/tools_menu/tools_menu_configuration.mm
index 916eece14698d3b3a7253b859c88415f612b2010..f4a4bd5ba4270cf67b20b4d6ccdce28b25c123ec 100644
--- a/ios/chrome/browser/ui/tools_menu/tools_menu_configuration.mm
+++ b/ios/shared/chrome/browser/ui/tools_menu/tools_menu_configuration.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 "ios/chrome/browser/ui/tools_menu/tools_menu_configuration.h"
+#import "ios/shared/chrome/browser/ui/tools_menu/tools_menu_configuration.h"
#import "base/ios/weak_nsobject.h"
#import "base/logging.h"
-#import "ios/chrome/browser/ui/reading_list/reading_list_menu_notifier.h"
sczs 2017/04/13 06:47:24 Apparently only the forward declaration was needed
#include "ios/web/public/user_agent.h"
@implementation ToolsMenuConfiguration {
« no previous file with comments | « ios/shared/chrome/browser/ui/tools_menu/tools_menu_configuration.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698