Chromium Code Reviews

Unified Diff: chrome/browser/importer/ie_importer.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/importer/ie_importer.cc
===================================================================
--- chrome/browser/importer/ie_importer.cc (revision 3954)
+++ chrome/browser/importer/ie_importer.cc (working copy)
@@ -25,6 +25,8 @@
#include "generated_resources.h"
+using base::Time;
+
namespace {
// Gets the creation time of the given file or directory.

Powered by Google App Engine