diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-10 05:53:30 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-10 05:53:30 +0000 |
commit | 7573f4933330825b60783d765a11c46bd6dbf138 (patch) | |
tree | 2e69c5a9df15044121014c4489cac8c3b92c43a0 /sync/sessions | |
parent | e67291f1b7e1816dc04ed63f15217587f535578b (diff) | |
download | chromium_src-7573f4933330825b60783d765a11c46bd6dbf138.zip chromium_src-7573f4933330825b60783d765a11c46bd6dbf138.tar.gz chromium_src-7573f4933330825b60783d765a11c46bd6dbf138.tar.bz2 |
Cleanup: IWYU for base/time.h in sync/.
Review URL: https://chromiumcodereview.appspot.com/11028086
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161059 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/sessions')
-rw-r--r-- | sync/sessions/sync_session_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sync/sessions/sync_session_context.h b/sync/sessions/sync_session_context.h index 3f01150..16d3a61 100644 --- a/sync/sessions/sync_session_context.h +++ b/sync/sessions/sync_session_context.h @@ -22,7 +22,6 @@ #include <string> #include <vector> -#include "base/time.h" #include "sync/engine/sync_engine_event.h" #include "sync/engine/syncer_types.h" #include "sync/engine/traffic_recorder.h" |