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

Side by Side Diff: components/autofill/core/browser/autofill_metrics_unittest.cc

Issue 18054007: Use a direct include of time headers in chrome_frame/, chromeos/, cloud_print/, components/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 #include <vector> 5 #include <vector>
6 6
7 #include "base/memory/ref_counted.h" 7 #include "base/memory/ref_counted.h"
8 #include "base/memory/scoped_ptr.h" 8 #include "base/memory/scoped_ptr.h"
9 #include "base/strings/string16.h" 9 #include "base/strings/string16.h"
10 #include "base/strings/utf_string_conversions.h" 10 #include "base/strings/utf_string_conversions.h"
11 #include "base/time.h" 11 #include "base/time/time.h"
12 #include "chrome/browser/autofill/autofill_cc_infobar_delegate.h" 12 #include "chrome/browser/autofill/autofill_cc_infobar_delegate.h"
13 #include "chrome/browser/autofill/personal_data_manager_factory.h" 13 #include "chrome/browser/autofill/personal_data_manager_factory.h"
14 #include "chrome/browser/ui/autofill/tab_autofill_manager_delegate.h" 14 #include "chrome/browser/ui/autofill/tab_autofill_manager_delegate.h"
15 #include "chrome/test/base/chrome_render_view_host_test_harness.h" 15 #include "chrome/test/base/chrome_render_view_host_test_harness.h"
16 #include "chrome/test/base/testing_profile.h" 16 #include "chrome/test/base/testing_profile.h"
17 #include "components/autofill/content/browser/autocheckout_page_meta_data.h" 17 #include "components/autofill/content/browser/autocheckout_page_meta_data.h"
18 #include "components/autofill/core/browser/autofill_common_test.h" 18 #include "components/autofill/core/browser/autofill_common_test.h"
19 #include "components/autofill/core/browser/autofill_manager.h" 19 #include "components/autofill/core/browser/autofill_manager.h"
20 #include "components/autofill/core/browser/autofill_manager_delegate.h" 20 #include "components/autofill/core/browser/autofill_manager_delegate.h"
21 #include "components/autofill/core/browser/autofill_metrics.h" 21 #include "components/autofill/core/browser/autofill_metrics.h"
(...skipping 1528 matching lines...) Expand 10 before | Expand all | Expand 10 after
1550 TimeTicks::FromInternalValue(5)); 1550 TimeTicks::FromInternalValue(5));
1551 autofill_manager_->OnTextFieldDidChange(form, form.fields.front(), 1551 autofill_manager_->OnTextFieldDidChange(form, form.fields.front(),
1552 TimeTicks::FromInternalValue(3)); 1552 TimeTicks::FromInternalValue(3));
1553 autofill_manager_->FormSubmitted(form, TimeTicks::FromInternalValue(17)); 1553 autofill_manager_->FormSubmitted(form, TimeTicks::FromInternalValue(17));
1554 autofill_manager_->Reset(); 1554 autofill_manager_->Reset();
1555 Mock::VerifyAndClearExpectations(autofill_manager_->metric_logger()); 1555 Mock::VerifyAndClearExpectations(autofill_manager_->metric_logger());
1556 } 1556 }
1557 } 1557 }
1558 1558
1559 } // namespace autofill 1559 } // namespace autofill
OLDNEW
« no previous file with comments | « components/autofill/core/browser/autofill_metrics.cc ('k') | components/autofill/core/browser/credit_card.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698