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

Unified Diff: chrome/browser/history/top_sites.h

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
« no previous file with comments | « chrome/browser/history/thumbnail_database.h ('k') | chrome/browser/history/top_sites_backend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/top_sites.h
diff --git a/chrome/browser/history/top_sites.h b/chrome/browser/history/top_sites.h
index e87f25d0940519bd8ba6955aea434b9382308662..7ea4fa60f41e170d4cfd9d006c685130357b905f 100644
--- a/chrome/browser/history/top_sites.h
+++ b/chrome/browser/history/top_sites.h
@@ -29,10 +29,10 @@
#include "third_party/skia/include/core/SkColor.h"
#include "ui/gfx/image/image.h"
-class FilePath;
class Profile;
namespace base {
+class FilePath;
class RefCountedBytes;
class RefCountedMemory;
}
@@ -57,7 +57,7 @@ class TopSites
explicit TopSites(Profile* profile);
// Initializes TopSites.
- void Init(const FilePath& db_name);
+ void Init(const base::FilePath& db_name);
// Sets the given thumbnail for the given URL. Returns true if the thumbnail
// was updated. False means either the URL wasn't known to us, or we felt
« no previous file with comments | « chrome/browser/history/thumbnail_database.h ('k') | chrome/browser/history/top_sites_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698