commit | a43858f7591e67408d501f885ec1317b5e9ceed5 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jun 28 15:18:37 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jun 28 15:18:37 2013 |
tree | 25fca48be7bad7adef0f6daa889faa58595f0cf2 | |
parent | 3dd9cac4686d0ce713741b35ef7b6e00e5235109 [diff] [blame] |
Use a direct include of time headers in content/, part 1. BUG=254986 TEST=none [email protected] Review URL: https://codereview.chromium.org/18152002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209148 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/browser/plugin_loader_posix.h b/content/browser/plugin_loader_posix.h index a43ef1f..12bec96 100644 --- a/content/browser/plugin_loader_posix.h +++ b/content/browser/plugin_loader_posix.h
@@ -11,7 +11,7 @@ #include "base/basictypes.h" #include "base/compiler_specific.h" #include "base/memory/ref_counted.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/plugin_service_impl.h" #include "content/public/browser/utility_process_host_client.h" #include "ipc/ipc_sender.h"