Index: chrome/browser/template_url_prepopulate_data.cc |
=================================================================== |
--- chrome/browser/template_url_prepopulate_data.cc (revision 3954) |
+++ chrome/browser/template_url_prepopulate_data.cc (working copy) |
@@ -11,6 +11,8 @@ |
#include "chrome/common/pref_service.h" |
#undef IN // On Windows, windef.h defines this, which screws up "India" cases. |
+using base::Time; |
+ |
namespace { |
// NOTE: See comments in GetDataVersion() below! You should probably not change |