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

Unified Diff: content/browser/loader/redirect_to_file_resource_handler.h

Issue 12213066: Use base namespace for FilePath in content/browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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
Index: content/browser/loader/redirect_to_file_resource_handler.h
diff --git a/content/browser/loader/redirect_to_file_resource_handler.h b/content/browser/loader/redirect_to_file_resource_handler.h
index 167dc9e07a8732aba18b61efb569da4fa7e2c5c8..574738a4e104e0240882ca7a8fc943146b823546 100644
--- a/content/browser/loader/redirect_to_file_resource_handler.h
+++ b/content/browser/loader/redirect_to_file_resource_handler.h
@@ -56,7 +56,7 @@ class RedirectToFileResourceHandler : public LayeredResourceHandler {
private:
void DidCreateTemporaryFile(base::PlatformFileError error_code,
base::PassPlatformFile file_handle,
- const FilePath& file_path);
+ const base::FilePath& file_path);
void DidWriteToFile(int result);
bool WriteMore();
bool BufIsFull() const;
« no previous file with comments | « content/browser/intents/web_intents_dispatcher_impl.cc ('k') | content/browser/loader/redirect_to_file_resource_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698