summaryrefslogtreecommitdiffstats
path: root/base/time
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-25 04:28:31 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-25 04:28:31 +0000
commit9af1b2e05f32656efb130eff341ecb011a81e08c (patch)
tree5b39444cedbed2b5d5ae51a86e31282a245b5859 /base/time
parent7d0c2e9c4ca32baa00cca2748442fbc840d88acb (diff)
downloadchromium_src-9af1b2e05f32656efb130eff341ecb011a81e08c.zip
chromium_src-9af1b2e05f32656efb130eff341ecb011a81e08c.tar.gz
chromium_src-9af1b2e05f32656efb130eff341ecb011a81e08c.tar.bz2
Remove prtypes.h and prcpucfg*.h from base/third_party/nspr.
Copy the type and macro definitions we need to base/third_party/nspr/prtime.h. Add chromium-prtypes.h to crypto/third_party/nss. content/common/plugin_list_posix.cc doesn't need to include prcpucfg_linux.h. R=ananta@chromium.org,mark@chromium.org,rsleevi@chromium.org Review URL: https://codereview.chromium.org/209343003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259148 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/time')
-rw-r--r--base/time/time.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/time/time.cc b/base/time/time.cc
index 2c63886..f731356 100644
--- a/base/time/time.cc
+++ b/base/time/time.cc
@@ -11,7 +11,6 @@
#include "base/lazy_instance.h"
#include "base/logging.h"
#include "base/third_party/nspr/prtime.h"
-#include "base/third_party/nspr/prtypes.h"
namespace base {