| Index: chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_auto_signin_view_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_auto_signin_view_controller.h b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_auto_signin_view_controller.h
|
| deleted file mode 100644
|
| index 0eb40785dd66c427e6ebbe647b7caeef278214a3..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_auto_signin_view_controller.h
|
| +++ /dev/null
|
| @@ -1,35 +0,0 @@
|
| -// Copyright 2014 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 CHROME_BROWSER_UI_COCOA_PASSWORDS_MANAGE_PASSWORDS_BUBBLE_AUTO_SIGNIN_VIEW_CONTROLLER_H_
|
| -#define CHROME_BROWSER_UI_COCOA_PASSWORDS_MANAGE_PASSWORDS_BUBBLE_AUTO_SIGNIN_VIEW_CONTROLLER_H_
|
| -
|
| -#import <Cocoa/Cocoa.h>
|
| -
|
| -#include "base/mac/scoped_nsobject.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| -#import "chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.h"
|
| -
|
| -@class AccountAvatarFetcherManager;
|
| -@class CredentialItemView;
|
| -class ManagePasswordsBubbleModel;
|
| -
|
| -namespace base {
|
| -class Timer;
|
| -} // namespace base
|
| -
|
| -// Manages the view that informs the user they're being automatically signed in.
|
| -@interface ManagePasswordsBubbleAutoSigninViewController
|
| - : ManagePasswordsBubbleContentViewController {
|
| - @private
|
| - ManagePasswordsBubbleModel* model_; // weak
|
| - base::scoped_nsobject<CredentialItemView> credentialView_;
|
| - base::scoped_nsobject<AccountAvatarFetcherManager> avatarManager_;
|
| - scoped_ptr<base::Timer> timer_;
|
| -}
|
| -- (id)initWithModel:(ManagePasswordsBubbleModel*)model
|
| - delegate:(id<ManagePasswordsBubbleContentViewDelegate>)delegate;
|
| -@end
|
| -
|
| -#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_MANAGE_PASSWORDS_BUBBLE_AUTO_SIGNIN_VIEW_CONTROLLER_H_
|
|
|