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

Unified Diff: chrome/browser/ui/cocoa/passwords/manage_passwords_controller_test.h

Issue 1411733009: Bulk rename files in chrome/browser/ui/cocoa/passwords/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix-federation
Patch Set: Created 5 years, 2 months 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: chrome/browser/ui/cocoa/passwords/manage_passwords_controller_test.h
diff --git a/chrome/browser/ui/cocoa/passwords/manage_passwords_controller_test.h b/chrome/browser/ui/cocoa/passwords/manage_passwords_controller_test.h
deleted file mode 100644
index 4a471d6ceffdf48678257ca047ed7e1b68528691..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/cocoa/passwords/manage_passwords_controller_test.h
+++ /dev/null
@@ -1,43 +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_CONTROLLER_TEST_H_
-#define CHROME_BROWSER_UI_COCOA_PASSWORDS_MANAGE_PASSWORDS_CONTROLLER_TEST_H_
-
-#include "chrome/browser/ui/cocoa/cocoa_profile_test.h"
-#include "chrome/browser/ui/cocoa/cocoa_test_helper.h"
-#import "chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.h"
-
-namespace content {
-class WebContents;
-} // namespace content
-
-class ManagePasswordsUIControllerMock;
-class ManagePasswordsBubbleModel;
-
-class ManagePasswordsControllerTest : public CocoaProfileTest {
- public:
- ManagePasswordsControllerTest();
- ~ManagePasswordsControllerTest() override;
- void SetUp() override;
-
- ManagePasswordsUIControllerMock* ui_controller() { return ui_controller_; }
- ManagePasswordsBubbleModel* model();
-
- private:
- ManagePasswordsUIControllerMock* ui_controller_;
- scoped_ptr<content::WebContents> test_web_contents_;
- scoped_ptr<ManagePasswordsBubbleModel> model_;
-};
-
-// Helper delegate for testing the views of the password management bubble.
-@interface ContentViewDelegateMock
- : NSObject<ManagePasswordsBubbleContentViewDelegate> {
- @private
- BOOL _dismissed;
-}
-@property(readonly, nonatomic) BOOL dismissed;
-@end
-
-#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_MANAGE_PASSWORDS_CONTROLLER_TEST_H_

Powered by Google App Engine
This is Rietveld 408576698