|
Cleanup usage of history namespace in components/history
Move PageUsageData from the global namespace to the history namespace,
fix forward-declarations, removing old unused ones.
Remove unnecessary history:: prefix to refer to names in the history
namespace from the code in the history namespace itself.
Move anonymous namespace in implementation files as sub-namespace of
the history namespace so that they can refer to name in history without
using the history:: prefix.
BUG=None
TBR=dbeam@chromium.org
TBR=jhawkins@chromium.org
Committed: https://crrev.com/dfd044a845d0950b41b70c62aba0d174ef4b8c1a
Cr-Commit-Position: refs/heads/master@{#315003}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+81 lines, -86 lines) |
Patch |
 |
M |
chrome/browser/history/history_service.h
|
View
|
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/jumplist_win.h
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/history_menu_bridge.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/ntp/most_visited_handler.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/ntp/suggestions_page_handler.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/history/core/browser/history_types.h
|
View
|
|
4 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/history/core/browser/history_types.cc
|
View
|
|
1 chunk |
+19 lines, -20 lines |
0 comments
|
Download
|
 |
M |
components/history/core/browser/in_memory_url_index_types.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/history/core/browser/in_memory_url_index_types_unittest.cc
|
View
|
|
2 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
M |
components/history/core/browser/page_usage_data.h
|
View
|
|
3 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
components/history/core/browser/page_usage_data.cc
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/history/core/browser/thumbnail_database.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/history/core/browser/top_sites_database.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/history/core/browser/top_sites_observer.h
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/history/core/browser/url_database.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/history/core/browser/url_database.cc
|
View
|
|
8 chunks |
+9 lines, -11 lines |
0 comments
|
Download
|
 |
M |
components/history/core/browser/visit_database.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/history/core/browser/visit_tracker_unittest.cc
|
View
|
|
4 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/history/core/browser/visitsegment_database.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 10 (3 generated)
|