Index: components/bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc |
diff --git a/components/bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc b/components/bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc |
index 2b97a422b01028455909a024c21d9e070d282746..deb7ec2e8befbeb9ac6c565b84a65abba2cb813c 100644 |
--- a/components/bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc |
+++ b/components/bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc |
@@ -7,14 +7,14 @@ |
#include "base/files/file_path.h" |
#include "base/macros.h" |
#include "base/message_loop/message_loop.h" |
-#include "base/prefs/pref_registry_simple.h" |
-#include "base/prefs/testing_pref_service.h" |
#include "base/strings/utf_string_conversions.h" |
#include "base/thread_task_runner_handle.h" |
#include "components/bookmarks/browser/bookmark_model.h" |
#include "components/bookmarks/common/bookmark_pref_names.h" |
#include "components/bookmarks/test/bookmark_test_helpers.h" |
#include "components/bookmarks/test/test_bookmark_client.h" |
+#include "components/prefs/pref_registry_simple.h" |
+#include "components/prefs/testing_pref_service.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace bookmarks { |