| Index: content/test/content_browser_test_utils.h
 | 
| diff --git a/content/test/content_browser_test_utils.h b/content/test/content_browser_test_utils.h
 | 
| index 9ea40a5d542e7c4cf95416b650444534ad75bd55..599c254f2c4213b564d9d963ef87cf71bd8ba379 100644
 | 
| --- a/content/test/content_browser_test_utils.h
 | 
| +++ b/content/test/content_browser_test_utils.h
 | 
| @@ -9,7 +9,9 @@
 | 
|  #include "googleurl/src/gurl.h"
 | 
|  #include "ui/gfx/native_widget_types.h"
 | 
|  
 | 
| +namespace base {
 | 
|  class FilePath;
 | 
| +}
 | 
|  
 | 
|  namespace gfx {
 | 
|  class Rect;
 | 
| @@ -28,7 +30,7 @@ class Shell;
 | 
|  // The file for the tests is all located in
 | 
|  // content/test/data/dir/<file>
 | 
|  // The returned path is FilePath format.
 | 
| -FilePath GetTestFilePath(const char* dir, const char* file);
 | 
| +base::FilePath GetTestFilePath(const char* dir, const char* file);
 | 
|  
 | 
|  // Generate the URL for testing a particular test.
 | 
|  // HTML for the tests is all located in
 | 
| 
 |