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

Unified Diff: chrome/browser/chromeos/enterprise_extension_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/enterprise_extension_observer.h
diff --git a/chrome/browser/chromeos/enterprise_extension_observer.h b/chrome/browser/chromeos/enterprise_extension_observer.h
index 8ffd97cc8d95028a34a1d91e0e706adc10dc2ae1..1f51da3c95bdae4fc907e6734904f3aca802bd2d 100644
--- a/chrome/browser/chromeos/enterprise_extension_observer.h
+++ b/chrome/browser/chromeos/enterprise_extension_observer.h
@@ -13,9 +13,12 @@
#include "content/public/browser/notification_source.h"
#include "content/public/browser/notification_types.h"
-class FilePath;
class Profile;
+namespace base {
+class FilePath;
+}
+
namespace chromeos {
// This observer listens for installed extensions and restarts the ChromeOS
@@ -31,7 +34,7 @@ class EnterpriseExtensionObserver
const content::NotificationDetails& details) OVERRIDE;
private:
- static void CheckExtensionAndNotifyEntd(const FilePath& path);
+ static void CheckExtensionAndNotifyEntd(const base::FilePath& path);
static void NotifyEntd();
Profile* profile_;
« no previous file with comments | « chrome/browser/chromeos/drive/file_write_helper.h ('k') | chrome/browser/chromeos/imageburner/burn_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698