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

Unified Diff: content/renderer/render_thread_impl.h

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
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index f5326629a5ea23e3d1774672b43115ad96ed7761..7e731ac20dba77b5d7f8a7d9b2c6f29bc98071eb 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -454,7 +454,7 @@ class CONTENT_EXPORT RenderThreadImpl
mojo::shell::mojom::InterfaceProviderRequest services,
mojo::shell::mojom::InterfaceProviderPtr exposed_services);
- StoragePartitionService* GetStoragePartitionService();
+ mojom::StoragePartitionService* GetStoragePartitionService();
protected:
RenderThreadImpl(
@@ -708,7 +708,7 @@ class CONTENT_EXPORT RenderThreadImpl
PendingRenderFrameConnectMap;
PendingRenderFrameConnectMap pending_render_frame_connects_;
- StoragePartitionServicePtr storage_partition_service_;
+ mojom::StoragePartitionServicePtr storage_partition_service_;
DISALLOW_COPY_AND_ASSIGN(RenderThreadImpl);
};
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698