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

Side by Side Diff: components/autofill/content/browser/autocheckout_manager.h

Issue 18084012: Delete time forwarding headers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing files Created 7 years, 5 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 | Annotate | Revision Log
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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_AUTOFILL_CONTENT_BROWSER_AUTOCHECKOUT_MANAGER_H_ 5 #ifndef COMPONENTS_AUTOFILL_CONTENT_BROWSER_AUTOCHECKOUT_MANAGER_H_
6 #define COMPONENTS_AUTOFILL_CONTENT_BROWSER_AUTOCHECKOUT_MANAGER_H_ 6 #define COMPONENTS_AUTOFILL_CONTENT_BROWSER_AUTOCHECKOUT_MANAGER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/callback_forward.h" 10 #include "base/callback_forward.h"
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "base/memory/weak_ptr.h" 12 #include "base/memory/weak_ptr.h"
13 #include "base/strings/string16.h" 13 #include "base/strings/string16.h"
14 #include "base/threading/thread_checker.h" 14 #include "base/threading/thread_checker.h"
15 #include "base/time.h" 15 #include "base/time/time.h"
16 #include "components/autofill/content/browser/autocheckout_page_meta_data.h" 16 #include "components/autofill/content/browser/autocheckout_page_meta_data.h"
17 #include "components/autofill/content/browser/autocheckout_statistic.h" 17 #include "components/autofill/content/browser/autocheckout_statistic.h"
18 #include "components/autofill/core/common/autocheckout_status.h" 18 #include "components/autofill/core/common/autocheckout_status.h"
19 19
20 class GURL; 20 class GURL;
21 21
22 namespace content { 22 namespace content {
23 struct SSLStatus; 23 struct SSLStatus;
24 } 24 }
25 25
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 base::WeakPtrFactory<AutocheckoutManager> weak_ptr_factory_; 173 base::WeakPtrFactory<AutocheckoutManager> weak_ptr_factory_;
174 174
175 base::ThreadChecker thread_checker_; 175 base::ThreadChecker thread_checker_;
176 176
177 DISALLOW_COPY_AND_ASSIGN(AutocheckoutManager); 177 DISALLOW_COPY_AND_ASSIGN(AutocheckoutManager);
178 }; 178 };
179 179
180 } // namespace autofill 180 } // namespace autofill
181 181
182 #endif // COMPONENTS_AUTOFILL_CONTENT_BROWSER_AUTOCHECKOUT_MANAGER_H_ 182 #endif // COMPONENTS_AUTOFILL_CONTENT_BROWSER_AUTOCHECKOUT_MANAGER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698