Index: chrome/browser/views/download_tab_view.cc |
=================================================================== |
--- chrome/browser/views/download_tab_view.cc (revision 3954) |
+++ chrome/browser/views/download_tab_view.cc (working copy) |
@@ -28,6 +28,9 @@ |
#include "googleurl/src/gurl.h" |
#include "generated_resources.h" |
+using base::Time; |
+using base::TimeDelta; |
+ |
// Approximate spacing, in pixels, taken from initial UI mock up screens |
static const int kVerticalPadding = 5; |
static const int kHorizontalLinkPadding = 15; |
@@ -1303,4 +1306,3 @@ |
break; |
} |
} |
- |