Index: chrome/browser/history/chrome_history_client.cc |
diff --git a/chrome/browser/history/chrome_history_client.cc b/chrome/browser/history/chrome_history_client.cc |
index 8f359abba144684b03cf1435ead04dfd8d0ae9da..de8da22d447b7e1b7a21149ea642542cb7f75388 100644 |
--- a/chrome/browser/history/chrome_history_client.cc |
+++ b/chrome/browser/history/chrome_history_client.cc |
@@ -7,9 +7,9 @@ |
#include "base/logging.h" |
#include "chrome/browser/ui/profile_error_dialog.h" |
#include "chrome/common/chrome_version_info.h" |
+#include "chrome/grit/chromium_strings.h" |
+#include "chrome/grit/generated_resources.h" |
#include "components/bookmarks/browser/bookmark_model.h" |
-#include "grit/chromium_strings.h" |
-#include "grit/generated_resources.h" |
ChromeHistoryClient::ChromeHistoryClient(BookmarkModel* bookmark_model) |
: bookmark_model_(bookmark_model) { |