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

Unified Diff: content/renderer/dom_storage/local_storage_cached_areas.cc

Issue 1832813002: Add mojom module suffix in .mojom files in content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Tom's comment Created 4 years, 9 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: content/renderer/dom_storage/local_storage_cached_areas.cc
diff --git a/content/renderer/dom_storage/local_storage_cached_areas.cc b/content/renderer/dom_storage/local_storage_cached_areas.cc
index 00bf6b39971107eaa2530cbcff7aa0b0401107a9..a9d89455fd177b03fcfb48e73c8f42598445c82e 100644
--- a/content/renderer/dom_storage/local_storage_cached_areas.cc
+++ b/content/renderer/dom_storage/local_storage_cached_areas.cc
@@ -9,9 +9,8 @@
namespace content {
LocalStorageCachedAreas::LocalStorageCachedAreas(
- StoragePartitionService* storage_partition_service)
- : storage_partition_service_(storage_partition_service) {
-}
+ mojom::StoragePartitionService* storage_partition_service)
+ : storage_partition_service_(storage_partition_service) {}
LocalStorageCachedAreas::~LocalStorageCachedAreas() {
}
« no previous file with comments | « content/renderer/dom_storage/local_storage_cached_areas.h ('k') | content/renderer/geolocation_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698