Index: content/public/browser/indexed_db_context.h |
diff --git a/content/public/browser/indexed_db_context.h b/content/public/browser/indexed_db_context.h |
index 01ce26953df3a33f094af4986fe0eb8d5cba1a6c..9d87444f09209a2d7c847b8997c0a1db7b85e996 100644 |
--- a/content/public/browser/indexed_db_context.h |
+++ b/content/public/browser/indexed_db_context.h |
@@ -32,7 +32,8 @@ class IndexedDBContext : public base::RefCountedThreadSafe<IndexedDBContext> { |
virtual void DeleteForOrigin(const GURL& origin_url) = 0; |
// Get the file name of the local storage file for the given origin. |
- virtual FilePath GetFilePathForTesting(const string16& origin_id) const = 0; |
+ virtual base::FilePath GetFilePathForTesting( |
+ const string16& origin_id) const = 0; |
protected: |
friend class base::RefCountedThreadSafe<IndexedDBContext>; |