diff options
Diffstat (limited to 'chrome/browser/views/clear_browsing_data.cc')
-rw-r--r-- | chrome/browser/views/clear_browsing_data.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/views/clear_browsing_data.cc b/chrome/browser/views/clear_browsing_data.cc index c4c88f4..4a948f8 100644 --- a/chrome/browser/views/clear_browsing_data.cc +++ b/chrome/browser/views/clear_browsing_data.cc @@ -21,6 +21,9 @@ #include "generated_resources.h" +using base::Time; +using base::TimeDelta; + // The combo box is vertically aligned to the 'time-period' label, which makes // the combo box look a little too close to the check box above it when we use // standard layout to separate them. We therefore add a little extra margin to @@ -420,4 +423,3 @@ void ClearBrowsingDataView::OnBrowsingDataRemoverDone() { remover_ = NULL; window()->Close(); } - |