commit | 41a17c553c2f62ee4ae6ebdca8911343f9080fea | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jun 28 00:27:53 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jun 28 00:27:53 2013 |
tree | 8eed85683266fce5fb8625d38e6dcf7bcb48486f | |
parent | 84813476a6e4b9d1f4616dddd3ec399d4ade1151 [diff] [blame] |
Use a direct include of time headers in chrome/browser/, part 3. BUG=254986 TEST=none [email protected] Review URL: https://chromiumcodereview.appspot.com/18125003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209039 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/sandboxed_unpacker.h b/chrome/browser/extensions/sandboxed_unpacker.h index d4ef975..4a694c8 100644 --- a/chrome/browser/extensions/sandboxed_unpacker.h +++ b/chrome/browser/extensions/sandboxed_unpacker.h
@@ -10,7 +10,7 @@ #include "base/files/file_path.h" #include "base/files/scoped_temp_dir.h" #include "base/memory/ref_counted.h" -#include "base/time.h" +#include "base/time/time.h" #include "chrome/common/extensions/manifest.h" #include "content/public/browser/utility_process_host_client.h"