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

Side by Side Diff: components/password_manager/content/browser/credential_manager_dispatcher.cc

Issue 1307643003: IWYU for base/memory/scoped_vector.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 #include "components/password_manager/content/browser/credential_manager_dispatc her.h" 5 #include "components/password_manager/content/browser/credential_manager_dispatc her.h"
6 6
7 #include "base/bind.h" 7 #include "base/bind.h"
8 #include "base/memory/scoped_vector.h"
9 #include "base/strings/string16.h" 8 #include "base/strings/string16.h"
10 #include "base/strings/utf_string_conversions.h" 9 #include "base/strings/utf_string_conversions.h"
11 #include "components/autofill/core/common/password_form.h" 10 #include "components/autofill/core/common/password_form.h"
12 #include "components/password_manager/content/browser/content_password_manager_d river.h" 11 #include "components/password_manager/content/browser/content_password_manager_d river.h"
13 #include "components/password_manager/content/browser/content_password_manager_d river_factory.h" 12 #include "components/password_manager/content/browser/content_password_manager_d river_factory.h"
14 #include "components/password_manager/content/common/credential_manager_messages .h" 13 #include "components/password_manager/content/common/credential_manager_messages .h"
15 #include "components/password_manager/core/browser/password_manager_client.h" 14 #include "components/password_manager/core/browser/password_manager_client.h"
16 #include "components/password_manager/core/browser/password_store.h" 15 #include "components/password_manager/core/browser/password_store.h"
17 #include "components/password_manager/core/common/credential_manager_types.h" 16 #include "components/password_manager/core/common/credential_manager_types.h"
18 #include "components/password_manager/core/common/password_manager_pref_names.h" 17 #include "components/password_manager/core/common/password_manager_pref_names.h"
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 PasswordManagerClient* CredentialManagerDispatcher::client() const { 186 PasswordManagerClient* CredentialManagerDispatcher::client() const {
188 return client_; 187 return client_;
189 } 188 }
190 189
191 void CredentialManagerDispatcher::DoneRequiringUserMediation() { 190 void CredentialManagerDispatcher::DoneRequiringUserMediation() {
192 DCHECK(pending_require_user_mediation_); 191 DCHECK(pending_require_user_mediation_);
193 pending_require_user_mediation_.reset(); 192 pending_require_user_mediation_.reset();
194 } 193 }
195 194
196 } // namespace password_manager 195 } // namespace password_manager
OLDNEW
« no previous file with comments | « components/nacl/loader/nacl_ipc_adapter.h ('k') | components/password_manager/core/browser/password_syncable_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698