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

Unified Diff: chrome/browser/sync_file_system/mock_remote_change_processor.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
Index: chrome/browser/sync_file_system/mock_remote_change_processor.h
diff --git a/chrome/browser/sync_file_system/mock_remote_change_processor.h b/chrome/browser/sync_file_system/mock_remote_change_processor.h
index ebf196909032e58d3d99c6db8b8b91ea0a8d1a05..a48cd36c7cc037a63eedcd449f99bde0e47a9406 100644
--- a/chrome/browser/sync_file_system/mock_remote_change_processor.h
+++ b/chrome/browser/sync_file_system/mock_remote_change_processor.h
@@ -11,7 +11,9 @@
#include "webkit/fileapi/syncable/file_change.h"
#include "webkit/fileapi/syncable/sync_callbacks.h"
+namespace base {
class FilePath;
+}
namespace fileapi {
class FileSystemURL;
@@ -31,7 +33,7 @@ class MockRemoteChangeProcessor : public RemoteChangeProcessor {
const PrepareChangeCallback& callback));
MOCK_METHOD4(ApplyRemoteChange,
void(const fileapi::FileChange& change,
- const FilePath& local_path,
+ const base::FilePath& local_path,
const fileapi::FileSystemURL& url,
const fileapi::SyncStatusCallback& callback));
MOCK_METHOD2(ClearLocalChanges,
« no previous file with comments | « chrome/browser/safe_browsing/signature_util_posix.cc ('k') | chrome/browser/sync_file_system/remote_change_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698