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

Unified Diff: chrome/browser/chromeos/drive/drive_file_system_observer.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/chromeos/drive/drive_file_system_observer.h
diff --git a/chrome/browser/chromeos/drive/drive_file_system_observer.h b/chrome/browser/chromeos/drive/drive_file_system_observer.h
index 4bc152077ff0e88fb6094c875818f258f0fd6041..0d3a6789ee3438311e209577a13f49d903f12f63 100644
--- a/chrome/browser/chromeos/drive/drive_file_system_observer.h
+++ b/chrome/browser/chromeos/drive/drive_file_system_observer.h
@@ -7,7 +7,9 @@
#include "chrome/browser/chromeos/drive/drive_file_error.h"
+namespace base {
class FilePath;
+}
namespace drive {
@@ -19,7 +21,7 @@ class DriveFileSystemObserver {
// Triggered when a content of a directory has been changed.
// |directory_path| is a virtual directory path (/drive/...) representing
// changed directory.
- virtual void OnDirectoryChanged(const FilePath& directory_path) {
+ virtual void OnDirectoryChanged(const base::FilePath& directory_path) {
}
// Triggered when the file system is initially loaded.
« no previous file with comments | « chrome/browser/chromeos/drive/drive_feed_loader_observer.h ('k') | chrome/browser/chromeos/drive/drive_file_system_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698