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

Side by Side Diff: components/history/core/browser/page_usage_data.h

Issue 2511973004: components: Cleanup class/struct fwd declarations (Closed)
Patch Set: Rebase on top of current master branch Created 4 years 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_HISTORY_CORE_BROWSER_PAGE_USAGE_DATA_H__ 5 #ifndef COMPONENTS_HISTORY_CORE_BROWSER_PAGE_USAGE_DATA_H__
6 #define COMPONENTS_HISTORY_CORE_BROWSER_PAGE_USAGE_DATA_H__ 6 #define COMPONENTS_HISTORY_CORE_BROWSER_PAGE_USAGE_DATA_H__
7 7
8 #include "base/strings/string16.h" 8 #include "base/strings/string16.h"
9 #include "components/history/core/browser/history_types.h" 9 #include "components/history/core/browser/history_types.h"
10 #include "url/gurl.h" 10 #include "url/gurl.h"
11 11
12 class SkBitmap;
13
14 namespace history { 12 namespace history {
15 13
16 ///////////////////////////////////////////////////////////////////////////// 14 /////////////////////////////////////////////////////////////////////////////
17 // 15 //
18 // PageUsageData 16 // PageUsageData
19 // 17 //
20 // A per domain usage data structure to compute and manage most visited 18 // A per domain usage data structure to compute and manage most visited
21 // pages. 19 // pages.
22 // 20 //
23 // See QueryPageUsageSince() 21 // See QueryPageUsageSince()
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 SegmentID id_; 58 SegmentID id_;
61 GURL url_; 59 GURL url_;
62 base::string16 title_; 60 base::string16 title_;
63 61
64 double score_; 62 double score_;
65 }; 63 };
66 64
67 } // namespace history 65 } // namespace history
68 66
69 #endif // COMPONENTS_HISTORY_CORE_BROWSER_PAGE_USAGE_DATA_H__ 67 #endif // COMPONENTS_HISTORY_CORE_BROWSER_PAGE_USAGE_DATA_H__
OLDNEW
« no previous file with comments | « components/history/core/browser/in_memory_history_backend.h ('k') | components/history/core/browser/top_sites.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698