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

Unified Diff: content/shell/shell_render_process_observer.cc

Issue 12208057: Add explicit base to FilePath. (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
« no previous file with comments | « content/shell/shell_render_process_observer.h ('k') | content/shell/shell_url_request_context_getter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_render_process_observer.cc
diff --git a/content/shell/shell_render_process_observer.cc b/content/shell/shell_render_process_observer.cc
index fff9bfc9efd6bce652739d36567a6ffd0c5e52ca..bbabb8296c54e6c8ea0b0a1e18894033bb4785ad 100644
--- a/content/shell/shell_render_process_observer.cc
+++ b/content/shell/shell_render_process_observer.cc
@@ -105,7 +105,7 @@ void ShellRenderProcessObserver::OnResetAll() {
}
void ShellRenderProcessObserver::OnSetWebKitSourceDir(
- const FilePath& webkit_source_dir) {
+ const base::FilePath& webkit_source_dir) {
webkit_source_dir_ = webkit_source_dir;
}
« no previous file with comments | « content/shell/shell_render_process_observer.h ('k') | content/shell/shell_url_request_context_getter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698