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

Unified Diff: chrome/browser/enumerate_modules_model_win.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/enumerate_modules_model_win.h
diff --git a/chrome/browser/enumerate_modules_model_win.h b/chrome/browser/enumerate_modules_model_win.h
index aac4a9c25055e3fb8c437fe0c968c5cf1de17ae7..0d78ab07d57c11ac1e6c5fea860ed910c118d3dc 100644
--- a/chrome/browser/enumerate_modules_model_win.h
+++ b/chrome/browser/enumerate_modules_model_win.h
@@ -17,9 +17,9 @@
#include "googleurl/src/gurl.h"
class EnumerateModulesModel;
-class FilePath;
namespace base {
+class FilePath;
class ListValue;
}
@@ -191,7 +191,7 @@ class ModuleEnumerator : public base::RefCountedThreadSafe<ModuleEnumerator> {
// Given a filename, returns the Subject (who signed it) retrieved from
// the digital signature (Authenticode).
- string16 GetSubjectNameFromDigitalSignature(const FilePath& filename);
+ string16 GetSubjectNameFromDigitalSignature(const base::FilePath& filename);
// The typedef for the vector that maps a regular file path to %env_var%.
typedef std::vector< std::pair<string16, string16> > PathMapping;
« no previous file with comments | « chrome/browser/download/download_path_reservation_tracker.h ('k') | chrome/browser/extensions/activity_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698