Chromium Code Reviews

Unified Diff: chrome/browser/views/clear_browsing_data.cc

Issue 7995: Move Time, TimeDelta and TimeTicks into namespace base. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/views/clear_browsing_data.cc
===================================================================
--- chrome/browser/views/clear_browsing_data.cc (revision 3954)
+++ chrome/browser/views/clear_browsing_data.cc (working copy)
@@ -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
@@ -408,4 +411,3 @@
remover_ = NULL;
window()->Close();
}
-

Powered by Google App Engine