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

Unified Diff: chrome/browser/chromeos/drive/drive_webapps_registry.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_webapps_registry.h
diff --git a/chrome/browser/chromeos/drive/drive_webapps_registry.h b/chrome/browser/chromeos/drive/drive_webapps_registry.h
index 68270794efeab52977ce9eb13a8d7558fde5c3f8..e907db55e23990f87a53d1af1d710886c041c9b2 100644
--- a/chrome/browser/chromeos/drive/drive_webapps_registry.h
+++ b/chrome/browser/chromeos/drive/drive_webapps_registry.h
@@ -13,7 +13,9 @@
#include "chrome/browser/google_apis/gdata_wapi_parser.h"
#include "googleurl/src/gurl.h"
+namespace base {
class FilePath;
+}
namespace google_apis {
class AppList;
@@ -57,7 +59,7 @@ class DriveWebAppsRegistry {
virtual ~DriveWebAppsRegistry();
// DriveWebAppsRegistry overrides.
- virtual void GetWebAppsForFile(const FilePath& file,
+ virtual void GetWebAppsForFile(const base::FilePath& file,
const std::string& mime_type,
ScopedVector<DriveWebAppInfo>* apps);
virtual std::set<std::string> GetExtensionsForWebStoreApp(
« no previous file with comments | « chrome/browser/chromeos/drive/drive_test_util.h ('k') | chrome/browser/chromeos/drive/file_system/copy_operation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698