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

Unified Diff: components/autofill/core/browser/autofill_field_trial_ios.h

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/autofill_field_trial_ios.h
diff --git a/components/autofill/ios/browser/autofill_field_trial_ios.h b/components/autofill/core/browser/autofill_field_trial_ios.h
similarity index 79%
rename from components/autofill/ios/browser/autofill_field_trial_ios.h
rename to components/autofill/core/browser/autofill_field_trial_ios.h
index cb5d3cb9fdffa8f97247c19d42856f39b807a376..9750b7135d91527725b49a1ca488a8674a80b83b 100644
--- a/components/autofill/ios/browser/autofill_field_trial_ios.h
+++ b/components/autofill/core/browser/autofill_field_trial_ios.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 COMPONENTS_AUTOFILL_IOS_BROWSER_AUTOFILL_FIELD_TRIAL_IOS_H_
-#define COMPONENTS_AUTOFILL_IOS_BROWSER_AUTOFILL_FIELD_TRIAL_IOS_H_
+#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_FIELD_TRIAL_IOS_H_
+#define COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_FIELD_TRIAL_IOS_H_
#include "base/macros.h"
@@ -25,4 +25,4 @@ class AutofillFieldTrialIOS {
} // namespace autofill
-#endif // COMPONENTS_AUTOFILL_IOS_BROWSER_AUTOFILL_FIELD_TRIAL_IOS_H_
+#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_FIELD_TRIAL_IOS_H_
« no previous file with comments | « components/autofill/core/browser/BUILD.gn ('k') | components/autofill/core/browser/autofill_field_trial_ios.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698