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

Unified Diff: ios/public/provider/chrome/browser/ui/test_styled_text_field.h

Issue 2505953002: [ios] Adds test provider implementations. (Closed)
Patch Set: Fix build file. Created 4 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: ios/public/provider/chrome/browser/ui/test_styled_text_field.h
diff --git a/ios/public/provider/chrome/browser/ui/test_styled_text_field.h b/ios/public/provider/chrome/browser/ui/test_styled_text_field.h
new file mode 100644
index 0000000000000000000000000000000000000000..9f3a23810837591a90e57e29667303ea3b2585f2
--- /dev/null
+++ b/ios/public/provider/chrome/browser/ui/test_styled_text_field.h
@@ -0,0 +1,15 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef IOS_PUBLIC_PROVIDER_CHROME_BROWSER_UI_TEST_STYLED_TEXT_FIELD_H_
+#define IOS_PUBLIC_PROVIDER_CHROME_BROWSER_UI_TEST_STYLED_TEXT_FIELD_H_
+
+#import "ios/public/provider/chrome/browser/ui/text_field_styling.h"
+
+#import <UIKit/UIKit.h>
+
+@interface TestStyledTextField : UITextField<TextFieldStyling>
+@end
+
+#endif // IOS_PUBLIC_PROVIDER_CHROME_BROWSER_UI_TEST_STYLED_TEXT_FIELD_H_

Powered by Google App Engine
This is Rietveld 408576698