summaryrefslogtreecommitdiffstats
path: root/base/nix
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-28 00:49:07 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-28 00:49:07 +0000
commit99084f64837cfdd932b541b05a6b4a4f95ff4e6f (patch)
treee93419b5f2e9720acfc87c4be9eeb9a238de259d /base/nix
parentce2abe5385bcf31e6647429a422f0156de4ccc7a (diff)
downloadchromium_src-99084f64837cfdd932b541b05a6b4a4f95ff4e6f.zip
chromium_src-99084f64837cfdd932b541b05a6b4a4f95ff4e6f.tar.gz
chromium_src-99084f64837cfdd932b541b05a6b4a4f95ff4e6f.tar.bz2
Use a direct include of time headers in base/, part 1.
BUG=254986 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/18051003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209044 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/nix')
-rw-r--r--base/nix/mime_util_xdg.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/nix/mime_util_xdg.cc b/base/nix/mime_util_xdg.cc
index fe45b590..a611e4d 100644
--- a/base/nix/mime_util_xdg.cc
+++ b/base/nix/mime_util_xdg.cc
@@ -21,7 +21,7 @@
#include "base/synchronization/lock.h"
#include "base/third_party/xdg_mime/xdgmime.h"
#include "base/threading/thread_restrictions.h"
-#include "base/time.h"
+#include "base/time/time.h"
namespace base {
namespace nix {