Chromium Code Reviews

Unified Diff: chrome/browser/history/visitsegment_database.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/history/visitsegment_database.cc
===================================================================
--- chrome/browser/history/visitsegment_database.cc (revision 3954)
+++ chrome/browser/history/visitsegment_database.cc (working copy)
@@ -10,6 +10,8 @@
#include "chrome/common/sqlite_compiled_statement.h"
#include "chrome/common/sqlite_utils.h"
+using base::Time;
+
// The following tables are used to store url segment information.
//
// segments
@@ -386,4 +388,3 @@
}
} // namespace history
-

Powered by Google App Engine