| Index: ios/chrome/browser/passwords/passwords_ui_delegate_impl.h
|
| diff --git a/ios/chrome/browser/passwords/passwords_ui_delegate_impl.h b/ios/chrome/browser/passwords/passwords_ui_delegate_impl.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f7d6e7b6c1dfc67c5f9e0ce909c4bed125873844
|
| --- /dev/null
|
| +++ b/ios/chrome/browser/passwords/passwords_ui_delegate_impl.h
|
| @@ -0,0 +1,16 @@
|
| +// Copyright 2015 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_CHROME_BROWSER_PASSWORDS_PASSWORDS_UI_DELEGATE_IMPL_H_
|
| +#define IOS_CHROME_BROWSER_PASSWORDS_PASSWORDS_UI_DELEGATE_IMPL_H_
|
| +
|
| +#import <Foundation/Foundation.h>
|
| +
|
| +#import "ios/chrome/browser/passwords/passwords_ui_delegate.h"
|
| +
|
| +@interface PasswordsUiDelegateImpl : NSObject<PasswordsUiDelegate>
|
| +
|
| +@end
|
| +
|
| +#endif // IOS_CHROME_BROWSER_PASSWORDS_PASSWORDS_UI_DELEGATE_IMPL_H_
|
|
|