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

Unified Diff: components/autofill/core/browser/keyboard_accessory_metrics_logger.mm

Issue 1446473002: Enable compilation of //components/autofill on iOS with gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@os_crypt
Patch Set: Created 5 years, 1 month 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: components/autofill/core/browser/keyboard_accessory_metrics_logger.mm
diff --git a/components/autofill/ios/browser/keyboard_accessory_metrics_logger.mm b/components/autofill/core/browser/keyboard_accessory_metrics_logger.mm
similarity index 95%
rename from components/autofill/ios/browser/keyboard_accessory_metrics_logger.mm
rename to components/autofill/core/browser/keyboard_accessory_metrics_logger.mm
index 9f4bb781681a014f071f702f72f30e9de1477aa5..b6e98beb2f645f83c00df3e4fbc1ea6edb5e2d51 100644
--- a/components/autofill/ios/browser/keyboard_accessory_metrics_logger.mm
+++ b/components/autofill/core/browser/keyboard_accessory_metrics_logger.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "components/autofill/ios/browser/keyboard_accessory_metrics_logger.h"
+#import "components/autofill/core/browser/keyboard_accessory_metrics_logger.h"
#import <UIKit/UIKit.h>
« no previous file with comments | « components/autofill/core/browser/keyboard_accessory_metrics_logger.h ('k') | components/autofill/ios/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698