Index: components/sync_driver/model_association_manager.cc |
diff --git a/components/sync_driver/model_association_manager.cc b/components/sync_driver/model_association_manager.cc |
index 1b2c09bce5d1c032d429d57b6348ec8f360d8237..5c2d22363bcd2f75258d711b09e3bc77ce198d47 100644 |
--- a/components/sync_driver/model_association_manager.cc |
+++ b/components/sync_driver/model_association_manager.cc |
@@ -7,10 +7,10 @@ |
#include <algorithm> |
#include <functional> |
-#include "base/debug/trace_event.h" |
#include "base/logging.h" |
#include "base/message_loop/message_loop.h" |
#include "base/metrics/histogram.h" |
+#include "base/trace_event/trace_event.h" |
#include "sync/internal_api/public/base/model_type.h" |
using syncer::ModelTypeSet; |