diff options
Diffstat (limited to 'chrome/browser/history/top_sites_database.h')
-rw-r--r-- | chrome/browser/history/top_sites_database.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/history/top_sites_database.h b/chrome/browser/history/top_sites_database.h index bc9cf34..77f176f 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; |