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

Unified Diff: chrome/browser/extensions/app_notification_storage.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/extensions/app_notification_storage.h
diff --git a/chrome/browser/extensions/app_notification_storage.h b/chrome/browser/extensions/app_notification_storage.h
index 1daf6b2d8a5cdb20314403fcdc6a70460517bd3a..5fda2fd44b0f067b0fd3c0390a8ee5a61ac1c697 100644
--- a/chrome/browser/extensions/app_notification_storage.h
+++ b/chrome/browser/extensions/app_notification_storage.h
@@ -9,7 +9,9 @@
#include "chrome/browser/extensions/app_notification.h"
+namespace base {
class FilePath;
+}
namespace extensions {
@@ -20,7 +22,7 @@ namespace extensions {
class AppNotificationStorage {
public:
// Must be called on the FILE thread. The storage will be created at |path|.
- static AppNotificationStorage* Create(const FilePath& path);
+ static AppNotificationStorage* Create(const base::FilePath& path);
virtual ~AppNotificationStorage();
« no previous file with comments | « chrome/browser/extensions/app_notification_manager.h ('k') | chrome/browser/extensions/convert_user_script.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698