diff options
Diffstat (limited to 'base/debug/trace_event_impl.h')
-rw-r--r-- | base/debug/trace_event_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/debug/trace_event_impl.h b/base/debug/trace_event_impl.h index 68eb6c5..384e09f 100644 --- a/base/debug/trace_event_impl.h +++ b/base/debug/trace_event_impl.h @@ -11,8 +11,8 @@ #include <vector> #include "base/callback.h" +#include "base/containers/hash_tables.h" #include "base/gtest_prod_util.h" -#include "base/hash_tables.h" #include "base/memory/ref_counted_memory.h" #include "base/memory/scoped_vector.h" #include "base/observer_list.h" |