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

Unified Diff: content/shell/shell_message_filter.h

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_main_delegate.cc ('k') | content/shell/shell_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_message_filter.h
diff --git a/content/shell/shell_message_filter.h b/content/shell/shell_message_filter.h
index 50eb29e5a6238e00404c0b0fee7edc7bdb76fabb..52eaf20deb8fc47cae3cb72109baa6561fbf78fe 100644
--- a/content/shell/shell_message_filter.h
+++ b/content/shell/shell_message_filter.h
@@ -25,9 +25,10 @@ class ShellMessageFilter : public BrowserMessageFilter {
virtual bool OnMessageReceived(const IPC::Message& message,
bool* message_was_ok) OVERRIDE;
- void OnReadFileToString(const FilePath& local_file, std::string* contents);
+ void OnReadFileToString(const base::FilePath& local_file,
+ std::string* contents);
void OnRegisterIsolatedFileSystem(
- const std::vector<FilePath>& absolute_filenames,
+ const std::vector<base::FilePath>& absolute_filenames,
std::string* filesystem_id);
int render_process_id_;
« no previous file with comments | « content/shell/shell_main_delegate.cc ('k') | content/shell/shell_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698