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

Side by Side Diff: Source/modules/credentialmanager/CredentialManagerClient.h

Issue 1060813005: Componentization: fix SupplementTracing<0>::~SupplementTracing<0>(void) already defined. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « Source/core/xml/DocumentXSLT.cpp ('k') | Source/modules/device_light/DeviceLightController.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #ifndef CredentialManagerClient_h 5 #ifndef CredentialManagerClient_h
6 #define CredentialManagerClient_h 6 #define CredentialManagerClient_h
7 7
8 #include "core/page/Page.h"
8 #include "modules/ModulesExport.h" 9 #include "modules/ModulesExport.h"
9 #include "platform/Supplementable.h" 10 #include "platform/Supplementable.h"
10 #include "public/platform/WebCredentialManagerClient.h" 11 #include "public/platform/WebCredentialManagerClient.h"
11 #include "public/platform/WebVector.h" 12 #include "public/platform/WebVector.h"
12 13
13 namespace blink { 14 namespace blink {
14 15
15 class ExecutionContext; 16 class ExecutionContext;
16 class Page; 17 class Page;
17 class WebCredential; 18 class WebCredential;
(...skipping 21 matching lines...) Expand all
39 40
40 private: 41 private:
41 WebCredentialManagerClient* m_client; 42 WebCredentialManagerClient* m_client;
42 }; 43 };
43 44
44 MODULES_EXPORT void provideCredentialManagerClientTo(Page&, CredentialManagerCli ent*); 45 MODULES_EXPORT void provideCredentialManagerClientTo(Page&, CredentialManagerCli ent*);
45 46
46 } // namespace blink 47 } // namespace blink
47 48
48 #endif // CredentialManagerClient_h 49 #endif // CredentialManagerClient_h
OLDNEW
« no previous file with comments | « Source/core/xml/DocumentXSLT.cpp ('k') | Source/modules/device_light/DeviceLightController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698