diff options
Diffstat (limited to 'chrome/browser/history')
35 files changed, 0 insertions, 35 deletions
diff --git a/chrome/browser/history/archived_database.cc b/chrome/browser/history/archived_database.cc index 468376c..dd44a00 100644 --- a/chrome/browser/history/archived_database.cc +++ b/chrome/browser/history/archived_database.cc @@ -133,4 +133,3 @@ InitStatus ArchivedDatabase::EnsureCurrentVersion() { return INIT_OK; } } // namespace history - diff --git a/chrome/browser/history/archived_database.h b/chrome/browser/history/archived_database.h index 60ff85a..719fdf5 100644 --- a/chrome/browser/history/archived_database.h +++ b/chrome/browser/history/archived_database.h @@ -70,4 +70,3 @@ class ArchivedDatabase : public URLDatabase, } // namespace history #endif // CHROME_BROWSER_HISTORY_ARCHIVED_DATABASE_H__ - diff --git a/chrome/browser/history/download_database.h b/chrome/browser/history/download_database.h index fcf72f0..e005de6 100644 --- a/chrome/browser/history/download_database.h +++ b/chrome/browser/history/download_database.h @@ -67,4 +67,3 @@ class DownloadDatabase { } // namespace history #endif // CHROME_BROWSER_HISTORY_DOWNLOAD_DATABASE_H__ - diff --git a/chrome/browser/history/download_types.h b/chrome/browser/history/download_types.h index 308bf0d..73a0ba7 100644 --- a/chrome/browser/history/download_types.h +++ b/chrome/browser/history/download_types.h @@ -71,4 +71,3 @@ struct DownloadCreateInfo { }; #endif // CHROME_BROWSER_DOWNLOAD_TYPES_H_ - diff --git a/chrome/browser/history/expire_history_backend.cc b/chrome/browser/history/expire_history_backend.cc index 9fee1b2..d66467b 100644 --- a/chrome/browser/history/expire_history_backend.cc +++ b/chrome/browser/history/expire_history_backend.cc @@ -504,4 +504,3 @@ BookmarkService* ExpireHistoryBackend::GetBookmarkService() { } } // namespace history - diff --git a/chrome/browser/history/history_database.cc b/chrome/browser/history/history_database.cc index 8a1bb59..2ca1770 100644 --- a/chrome/browser/history/history_database.cc +++ b/chrome/browser/history/history_database.cc @@ -237,4 +237,3 @@ InitStatus HistoryDatabase::EnsureCurrentVersion( } } // namespace history - diff --git a/chrome/browser/history/history_database.h b/chrome/browser/history/history_database.h index c69150b..a5819c5 100644 --- a/chrome/browser/history/history_database.h +++ b/chrome/browser/history/history_database.h @@ -168,4 +168,3 @@ class HistoryDatabase : public DownloadDatabase, } // history #endif // CHROME_BROWSER_HISTORY_HISTORY_DATABASE_H__ - diff --git a/chrome/browser/history/history_marshaling.h b/chrome/browser/history/history_marshaling.h index 6ec7d3a..86719b5 100644 --- a/chrome/browser/history/history_marshaling.h +++ b/chrome/browser/history/history_marshaling.h @@ -120,4 +120,3 @@ typedef CancelableRequest1<HistoryService::HistoryDBTaskCallback, } // namespace history #endif // CHROME_BROWSER_HISTORY_HISTORY_MARSHALING_H__ - diff --git a/chrome/browser/history/history_notifications.h b/chrome/browser/history/history_notifications.h index a1d12d2..a0ed455 100644 --- a/chrome/browser/history/history_notifications.h +++ b/chrome/browser/history/history_notifications.h @@ -65,4 +65,3 @@ struct FavIconChangeDetails : public HistoryDetails { } // namespace history #endif // CHROME_BROWSER_HISTORY_HISTORY_NOTIFICATIONS_H__ - diff --git a/chrome/browser/history/history_types.cc b/chrome/browser/history/history_types.cc index 5d9a2f7..e44636f 100644 --- a/chrome/browser/history/history_types.cc +++ b/chrome/browser/history/history_types.cc @@ -232,4 +232,3 @@ void QueryResults::AdjustResultMap(size_t begin, size_t end, ptrdiff_t delta) { } } // namespace history - diff --git a/chrome/browser/history/history_types_unittest.cc b/chrome/browser/history/history_types_unittest.cc index 2bc0382..5e14de5 100644 --- a/chrome/browser/history/history_types_unittest.cc +++ b/chrome/browser/history/history_types_unittest.cc @@ -169,4 +169,3 @@ TEST(HistoryQueryResult, AppendResults) { } } // namespace - diff --git a/chrome/browser/history/history_unittest.cc b/chrome/browser/history/history_unittest.cc index fd49098..67c6ee5 100644 --- a/chrome/browser/history/history_unittest.cc +++ b/chrome/browser/history/history_unittest.cc @@ -830,4 +830,3 @@ TEST_F(HistoryTest, HistoryDBTaskCanceled) { } } // namespace history - diff --git a/chrome/browser/history/in_memory_database.cc b/chrome/browser/history/in_memory_database.cc index a27d7ba..7b21d86 100644 --- a/chrome/browser/history/in_memory_database.cc +++ b/chrome/browser/history/in_memory_database.cc @@ -100,4 +100,3 @@ SqliteStatementCache& InMemoryDatabase::GetStatementCache() { } } // namespace history - diff --git a/chrome/browser/history/in_memory_database.h b/chrome/browser/history/in_memory_database.h index 52f412e..8b30ad83c 100644 --- a/chrome/browser/history/in_memory_database.h +++ b/chrome/browser/history/in_memory_database.h @@ -52,4 +52,3 @@ class InMemoryDatabase : public URLDatabase { } // namespace history #endif // CHROME_BROWSER_HISTORY_HISTORY_MEMORY_DB_H__ - diff --git a/chrome/browser/history/in_memory_history_backend.cc b/chrome/browser/history/in_memory_history_backend.cc index 93c6def..79cfa70 100644 --- a/chrome/browser/history/in_memory_history_backend.cc +++ b/chrome/browser/history/in_memory_history_backend.cc @@ -140,4 +140,3 @@ void InMemoryHistoryBackend::OnURLsDeleted(const URLsDeletedDetails& details) { } } // namespace history - diff --git a/chrome/browser/history/page_usage_data.cc b/chrome/browser/history/page_usage_data.cc index f043497..64e6df2 100644 --- a/chrome/browser/history/page_usage_data.cc +++ b/chrome/browser/history/page_usage_data.cc @@ -11,4 +11,3 @@ bool PageUsageData::Predicate(const PageUsageData* lhs, const PageUsageData* rhs) { return lhs->GetScore() > rhs->GetScore(); } - diff --git a/chrome/browser/history/page_usage_data.h b/chrome/browser/history/page_usage_data.h index a4cd94f..e281078 100644 --- a/chrome/browser/history/page_usage_data.h +++ b/chrome/browser/history/page_usage_data.h @@ -146,4 +146,3 @@ class PageUsageData { }; #endif // CHROME_BROWSER_HISTORY_PAGE_USAGE_DATA_H__ - diff --git a/chrome/browser/history/query_parser.h b/chrome/browser/history/query_parser.h index ed7bcf2..1961d6e 100644 --- a/chrome/browser/history/query_parser.h +++ b/chrome/browser/history/query_parser.h @@ -96,4 +96,3 @@ class QueryParser { }; #endif // CHROME_BROWSER_HISTORY_QUERY_PARSER_H__ - diff --git a/chrome/browser/history/redirect_uitest.cc b/chrome/browser/history/redirect_uitest.cc index 5610481..9bc8276 100644 --- a/chrome/browser/history/redirect_uitest.cc +++ b/chrome/browser/history/redirect_uitest.cc @@ -305,4 +305,3 @@ TEST_F(RedirectTest, } EXPECT_TRUE(final_navigation_not_redirect); } - diff --git a/chrome/browser/history/snippet.cc b/chrome/browser/history/snippet.cc index a95de81..10e1481 100644 --- a/chrome/browser/history/snippet.cc +++ b/chrome/browser/history/snippet.cc @@ -267,4 +267,3 @@ void Snippet::ComputeSnippet(const MatchPositions& match_positions, utext_close(document_utext); swap(text_, snippet); } - diff --git a/chrome/browser/history/snippet.h b/chrome/browser/history/snippet.h index 75d75b08..2c911ba 100644 --- a/chrome/browser/history/snippet.h +++ b/chrome/browser/history/snippet.h @@ -66,4 +66,3 @@ class Snippet { }; #endif // CHROME_BROWSER_HISTORY_SNIPPET_H__ - diff --git a/chrome/browser/history/snippet_unittest.cc b/chrome/browser/history/snippet_unittest.cc index 043aa51..28430a1 100644 --- a/chrome/browser/history/snippet_unittest.cc +++ b/chrome/browser/history/snippet_unittest.cc @@ -250,4 +250,3 @@ TEST(Snippets, ExtractMatchPositions) { } } } - diff --git a/chrome/browser/history/starred_url_database.h b/chrome/browser/history/starred_url_database.h index 2d09adcd..e827cc1 100644 --- a/chrome/browser/history/starred_url_database.h +++ b/chrome/browser/history/starred_url_database.h @@ -183,4 +183,3 @@ class StarredURLDatabase : public URLDatabase { } // namespace history #endif // CHROME_BROWSER_HISTORY_STARRED_URL_DATABASE_H__ - diff --git a/chrome/browser/history/starred_url_database_unittest.cc b/chrome/browser/history/starred_url_database_unittest.cc index 0b3281c..12610aa 100644 --- a/chrome/browser/history/starred_url_database_unittest.cc +++ b/chrome/browser/history/starred_url_database_unittest.cc @@ -290,4 +290,3 @@ TEST_F(StarredURLDatabaseTest, RemoveStarredEntriesWithEmptyURL) { } } // namespace history - diff --git a/chrome/browser/history/text_database.h b/chrome/browser/history/text_database.h index 5c76086..a07e71a 100644 --- a/chrome/browser/history/text_database.h +++ b/chrome/browser/history/text_database.h @@ -168,4 +168,3 @@ class TextDatabase { } // namespace history #endif // CHROME_BROWSER_HISTORY_TEXT_DATABASE_H__ - diff --git a/chrome/browser/history/text_database_manager.h b/chrome/browser/history/text_database_manager.h index fcf9d5f..7dd4150 100644 --- a/chrome/browser/history/text_database_manager.h +++ b/chrome/browser/history/text_database_manager.h @@ -307,4 +307,3 @@ class TextDatabaseManager { } // namespace history #endif // CHROME_BROWSER_HISTORY_TEXT_DATABASE_MANAGER_H__ - diff --git a/chrome/browser/history/thumbnail_database.cc b/chrome/browser/history/thumbnail_database.cc index 3f60561..dd59019 100644 --- a/chrome/browser/history/thumbnail_database.cc +++ b/chrome/browser/history/thumbnail_database.cc @@ -471,4 +471,3 @@ bool ThumbnailDatabase::CommitTemporaryFavIconTable() { } } // namespace history - diff --git a/chrome/browser/history/thumbnail_database.h b/chrome/browser/history/thumbnail_database.h index 5452c77..1fef211 100644 --- a/chrome/browser/history/thumbnail_database.h +++ b/chrome/browser/history/thumbnail_database.h @@ -175,4 +175,3 @@ class ThumbnailDatabase { } // namespace history #endif // CHROME_BROWSER_HISTORY_THUMBNAIL_DATABASE_H__ - diff --git a/chrome/browser/history/thumbnail_database_unittest.cc b/chrome/browser/history/thumbnail_database_unittest.cc index cc51477..9890aa1 100644 --- a/chrome/browser/history/thumbnail_database_unittest.cc +++ b/chrome/browser/history/thumbnail_database_unittest.cc @@ -329,4 +329,3 @@ TEST_F(ThumbnailDatabaseTest, NeverAcceptTotallyBoringThumbnail) { } } // namespace history - diff --git a/chrome/browser/history/url_database.cc b/chrome/browser/history/url_database.cc index 520906d..7f3b919 100644 --- a/chrome/browser/history/url_database.cc +++ b/chrome/browser/history/url_database.cc @@ -481,4 +481,3 @@ void URLDatabase::CreateSupplimentaryURLIndices() { } } // namespace history - diff --git a/chrome/browser/history/url_database.h b/chrome/browser/history/url_database.h index 20aeb78..2a73794 100644 --- a/chrome/browser/history/url_database.h +++ b/chrome/browser/history/url_database.h @@ -306,4 +306,3 @@ class URLDatabase { } // history #endif // CHROME_BROWSER_HISTORY_URL_DATABASE_H__ - diff --git a/chrome/browser/history/visit_tracker.cc b/chrome/browser/history/visit_tracker.cc index 26bcaf8..cf74169 100644 --- a/chrome/browser/history/visit_tracker.cc +++ b/chrome/browser/history/visit_tracker.cc @@ -104,4 +104,3 @@ void VisitTracker::CleanupTransitionList(TransitionList* transitions) { } } // namespace history - diff --git a/chrome/browser/history/visit_tracker.h b/chrome/browser/history/visit_tracker.h index e285b46..db4a59e 100644 --- a/chrome/browser/history/visit_tracker.h +++ b/chrome/browser/history/visit_tracker.h @@ -65,4 +65,3 @@ class VisitTracker { } // namespace history #endif // CHROME_BROWSER_HISTORY_VISIT_TRACKER_H__ - diff --git a/chrome/browser/history/visit_tracker_unittest.cc b/chrome/browser/history/visit_tracker_unittest.cc index 2abbf08..8676fbe 100644 --- a/chrome/browser/history/visit_tracker_unittest.cc +++ b/chrome/browser/history/visit_tracker_unittest.cc @@ -136,4 +136,3 @@ TEST(VisitTracker, ProcessRemove) { }; RunTest(&tracker, part2, arraysize(part2)); } - diff --git a/chrome/browser/history/visitsegment_database.h b/chrome/browser/history/visitsegment_database.h index 6a4081c..2f2bbb2 100644 --- a/chrome/browser/history/visitsegment_database.h +++ b/chrome/browser/history/visitsegment_database.h @@ -85,4 +85,3 @@ class VisitSegmentDatabase { } // namespace history #endif // CHROME_BROWSER_HISTORY_VISITSEGMENT_DATABASE_H__ - |