diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 23:12:09 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 23:12:09 +0000 |
commit | 314e9e40626d06dca6c19425b07c881d1d3321a3 (patch) | |
tree | 5286f9ad47fe6824d066d1bf5c4681a62edc8934 /base/time.h | |
parent | 250e93aefe96edaf0d1c69af0567e68945da954d (diff) | |
download | chromium_src-314e9e40626d06dca6c19425b07c881d1d3321a3.zip chromium_src-314e9e40626d06dca6c19425b07c881d1d3321a3.tar.gz chromium_src-314e9e40626d06dca6c19425b07c881d1d3321a3.tar.bz2 |
Remove unneeded includes of gtest_prod.h. Reduce usage from 689 to 601.
Review URL: http://codereview.chromium.org/42189
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11680 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/time.h')
-rw-r--r-- | base/time.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/time.h b/base/time.h index d50b45f..b43aece 100644 --- a/base/time.h +++ b/base/time.h @@ -25,7 +25,6 @@ #include <time.h> #include "base/basictypes.h" -#include "testing/gtest/include/gtest/gtest_prod.h" #if defined(OS_WIN) // For FILETIME in FromFileTime, until it moves to a new converter class. |