Chromium Code Reviews

Unified Diff: chrome/browser/safe_browsing/safe_browsing_database_impl_unittest.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/safe_browsing/safe_browsing_database_impl_unittest.cc
===================================================================
--- chrome/browser/safe_browsing/safe_browsing_database_impl_unittest.cc (revision 3954)
+++ chrome/browser/safe_browsing/safe_browsing_database_impl_unittest.cc (working copy)
@@ -18,6 +18,9 @@
#include "googleurl/src/gurl.h"
#include "testing/gtest/include/gtest/gtest.h"
+using base::Time;
+using base::TimeDelta;
+
namespace {
SBPrefix Sha256Prefix(const std::string& str) {
SBPrefix hash;

Powered by Google App Engine