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

Side by Side Diff: components/password_manager/core/browser/mock_affiliated_match_helper.h

Issue 1551433002: Switch to standard integer types in components/, part 3 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more Created 4 years, 12 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_MOCK_AFFILIATED_MATCH_HELPER_H_ 5 #ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_MOCK_AFFILIATED_MATCH_HELPER_H_
6 #define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_MOCK_AFFILIATED_MATCH_HELPER_H_ 6 #define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_MOCK_AFFILIATED_MATCH_HELPER_H_
7 7
8 #include "base/macros.h"
8 #include "components/password_manager/core/browser/affiliated_match_helper.h" 9 #include "components/password_manager/core/browser/affiliated_match_helper.h"
9 #include "testing/gmock/include/gmock/gmock.h" 10 #include "testing/gmock/include/gmock/gmock.h"
10 #include "testing/gtest/include/gtest/gtest.h" 11 #include "testing/gtest/include/gtest/gtest.h"
11 12
12 namespace autofill { 13 namespace autofill {
13 struct PasswordForm; 14 struct PasswordForm;
14 } 15 }
15 16
16 namespace password_manager { 17 namespace password_manager {
17 18
(...skipping 28 matching lines...) Expand all
46 void GetAffiliatedWebRealms( 47 void GetAffiliatedWebRealms(
47 const autofill::PasswordForm& android_form, 48 const autofill::PasswordForm& android_form,
48 const AffiliatedRealmsCallback& result_callback) override; 49 const AffiliatedRealmsCallback& result_callback) override;
49 50
50 DISALLOW_COPY_AND_ASSIGN(MockAffiliatedMatchHelper); 51 DISALLOW_COPY_AND_ASSIGN(MockAffiliatedMatchHelper);
51 }; 52 };
52 53
53 } // namespace password_manager 54 } // namespace password_manager
54 55
55 #endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_MOCK_AFFILIATED_MATCH_HELPER _H_ 56 #endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_MOCK_AFFILIATED_MATCH_HELPER _H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698