diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-28 15:22:52 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-28 15:22:52 +0000 |
commit | e1f5f28f55f749b0c22a9c6ebc15f33ca6159e35 (patch) | |
tree | e7a0f1bfa194ff5921701942cb4ff63119dac28b /ui/base/win | |
parent | 2b59d685f4425f430f3a5692125be4585a296f7d (diff) | |
download | chromium_src-e1f5f28f55f749b0c22a9c6ebc15f33ca6159e35.zip chromium_src-e1f5f28f55f749b0c22a9c6ebc15f33ca6159e35.tar.gz chromium_src-e1f5f28f55f749b0c22a9c6ebc15f33ca6159e35.tar.bz2 |
Use a direct include of time headers in ui/.
BUG=254986
TEST=none
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/18149004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209153 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/base/win')
-rw-r--r-- | ui/base/win/events_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/base/win/events_win.cc b/ui/base/win/events_win.cc index 458c8e6..226dd7f 100644 --- a/ui/base/win/events_win.cc +++ b/ui/base/win/events_win.cc @@ -7,7 +7,7 @@ #include "ui/base/events/event_constants.h" #include "base/logging.h" -#include "base/time.h" +#include "base/time/time.h" #include "base/win/win_util.h" #include "ui/base/events/event_utils.h" #include "ui/base/keycodes/keyboard_code_conversion_win.h" |