Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(254)

Unified Diff: components/history/core/browser/thumbnail_database.cc

Issue 896093004: Cleanup usage of history namespace in components/history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/history/core/browser/thumbnail_database.cc
diff --git a/components/history/core/browser/thumbnail_database.cc b/components/history/core/browser/thumbnail_database.cc
index 551af768e0fa4ae5b18f4284535604ded031c7a9..b7ad4c2df59c05b9a4f827d901ca8e3cbcf81668 100644
--- a/components/history/core/browser/thumbnail_database.cc
+++ b/components/history/core/browser/thumbnail_database.cc
@@ -29,6 +29,8 @@
#include "base/mac/mac_util.h"
#endif
+namespace history {
+
// Description of database tables:
//
// icon_mapping
@@ -568,8 +570,6 @@ void DatabaseErrorCallback(sql::Connection* db,
} // namespace
-namespace history {
-
ThumbnailDatabase::IconMappingEnumerator::IconMappingEnumerator() {
}
« no previous file with comments | « components/history/core/browser/page_usage_data.cc ('k') | components/history/core/browser/top_sites_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698