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

Unified Diff: cloud_print/virtual_driver/win/virtual_driver_helpers.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
« no previous file with comments | « cloud_print/service/service_state.h ('k') | content/browser/appcache/chrome_appcache_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/virtual_driver/win/virtual_driver_helpers.h
diff --git a/cloud_print/virtual_driver/win/virtual_driver_helpers.h b/cloud_print/virtual_driver/win/virtual_driver_helpers.h
index db59479f6f201ce5b23a06faa076f31d53fd2e0a..5380a367cc3bed5692f25f843ba9903ced6e878a 100644
--- a/cloud_print/virtual_driver/win/virtual_driver_helpers.h
+++ b/cloud_print/virtual_driver/win/virtual_driver_helpers.h
@@ -6,9 +6,12 @@
#define CLOUD_PRINT_VIRTUAL_DRIVER_WIN_VIRTUAL_DRIVER_HELPERS_H_
#include <windows.h>
+
#include "base/string16.h"
+namespace base {
class FilePath;
+}
namespace cloud_print {
@@ -27,7 +30,7 @@ HRESULT GetLastHResult();
string16 GetPortMonitorDllName();
// Gets the standard install path for "version 3" print drivers.
-HRESULT GetPrinterDriverDir(FilePath* path);
+HRESULT GetPrinterDriverDir(base::FilePath* path);
// Retrieves a string from the string table of the module that contains the
// calling code.
« no previous file with comments | « cloud_print/service/service_state.h ('k') | content/browser/appcache/chrome_appcache_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698