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

Unified Diff: content/test/content_browser_test_utils.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 | « content/shell/shell_network_delegate.h ('k') | content/test/net/url_request_mock_http_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/shell/shell_network_delegate.h ('k') | content/test/net/url_request_mock_http_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698