diff options
author | thestig <thestig@chromium.org> | 2014-10-28 23:09:15 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-29 06:09:31 +0000 |
commit | da8c2e8400a6b38a9b1944c893fe8758e6727d5f (patch) | |
tree | 16126462e0d0fed2c333b068daa3eb91c0e85701 /content/common/gpu | |
parent | 86e6e191af8b4f463fa6328aea67d1f95a654007 (diff) | |
download | chromium_src-da8c2e8400a6b38a9b1944c893fe8758e6727d5f.zip chromium_src-da8c2e8400a6b38a9b1944c893fe8758e6727d5f.tar.gz chromium_src-da8c2e8400a6b38a9b1944c893fe8758e6727d5f.tar.bz2 |
Cleanup: Remove more unused timer.h includes.
- Fix up files that used timer.h as a crutch for other #includes.
- Fix lint errors.
Review URL: https://codereview.chromium.org/673393002
Cr-Commit-Position: refs/heads/master@{#301792}
Diffstat (limited to 'content/common/gpu')
-rw-r--r-- | content/common/gpu/media/rendering_helper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/common/gpu/media/rendering_helper.h b/content/common/gpu/media/rendering_helper.h index b080f68..e66c8d5 100644 --- a/content/common/gpu/media/rendering_helper.h +++ b/content/common/gpu/media/rendering_helper.h @@ -12,7 +12,6 @@ #include "base/basictypes.h" #include "base/cancelable_callback.h" #include "base/time/time.h" -#include "base/timer/timer.h" #include "ui/gfx/geometry/rect.h" #include "ui/gfx/geometry/size.h" #include "ui/gl/gl_bindings.h" |