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

Unified Diff: chrome/browser/chromeos/drive/drive_integration_service.h

Issue 15932010: drive: Rename DriveWebApp* to DriveApp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 7 years, 7 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_integration_service.h
diff --git a/chrome/browser/chromeos/drive/drive_integration_service.h b/chrome/browser/chromeos/drive/drive_integration_service.h
index 41a85afadd9d74da07eae487a34ff66ccb2476a7..892f06398c4a3df06b01623ee90b939eb7646925 100644
--- a/chrome/browser/chromeos/drive/drive_integration_service.h
+++ b/chrome/browser/chromeos/drive/drive_integration_service.h
@@ -32,7 +32,7 @@ namespace drive {
class DebugInfoCollector;
class DownloadHandler;
-class DriveWebAppsRegistry;
+class DriveAppRegistry;
class FileSystemInterface;
class FileSystemProxy;
class FileWriteHelper;
@@ -107,7 +107,7 @@ class DriveIntegrationService
FileSystemInterface* file_system() { return file_system_.get(); }
FileWriteHelper* file_write_helper() { return file_write_helper_.get(); }
DownloadHandler* download_handler() { return download_handler_.get(); }
- DriveWebAppsRegistry* webapps_registry() { return webapps_registry_.get(); }
+ DriveAppRegistry* drive_app_registry() { return drive_app_registry_.get(); }
JobListInterface* job_list() { return scheduler_.get(); }
// Clears all the local cache files and in-memory data, and remounts the
@@ -158,7 +158,7 @@ class DriveIntegrationService
scoped_ptr<internal::FileCache, util::DestroyHelper> cache_;
scoped_ptr<google_apis::DriveServiceInterface> drive_service_;
scoped_ptr<JobScheduler> scheduler_;
- scoped_ptr<DriveWebAppsRegistry> webapps_registry_;
+ scoped_ptr<DriveAppRegistry> drive_app_registry_;
scoped_ptr<internal::ResourceMetadata,
util::DestroyHelper> resource_metadata_;
scoped_ptr<FileSystemInterface> file_system_;

Powered by Google App Engine
This is Rietveld 408576698