Index: chrome/browser/history/top_sites_database.h |
diff --git a/chrome/browser/history/top_sites_database.h b/chrome/browser/history/top_sites_database.h |
index bc9cf3422d0c435c40ee333f96bb76032f30bb64..77f176f40eab9c37efb26ed92d2e87b0b0a04adc 100644 |
--- a/chrome/browser/history/top_sites_database.h |
+++ b/chrome/browser/history/top_sites_database.h |
@@ -9,11 +9,11 @@ |
#include <map> |
#include <string> |
-#include "app/sql/meta_table.h" |
#include "base/gtest_prod_util.h" |
#include "base/memory/ref_counted.h" |
#include "chrome/browser/history/history_types.h" |
#include "chrome/browser/history/url_database.h" // For DBCloseScoper. |
+#include "sql/meta_table.h" |
class FilePath; |
class RefCountedMemory; |