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

Unified Diff: content/browser/storage_partition_impl.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/browser/storage_partition_impl.cc
diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc
index f56bc57192c01a28101ef2b207d2d8a789f907ae..e102445330aa80d3d0e18e50d1cca68e3514e013 100644
--- a/content/browser/storage_partition_impl.cc
+++ b/content/browser/storage_partition_impl.cc
@@ -597,7 +597,7 @@ BackgroundSyncContextImpl* StoragePartitionImpl::GetBackgroundSyncContext() {
void StoragePartitionImpl::OpenLocalStorage(
const url::Origin& origin,
- mojo::InterfaceRequest<LevelDBWrapper> request) {
+ mojo::InterfaceRequest<mojom::LevelDBWrapper> request) {
dom_storage_context_->OpenLocalStorage(origin, std::move(request));
}
@@ -891,7 +891,7 @@ BrowserContext* StoragePartitionImpl::browser_context() const {
}
void StoragePartitionImpl::Bind(
- mojo::InterfaceRequest<StoragePartitionService> request) {
+ mojo::InterfaceRequest<mojom::StoragePartitionService> request) {
bindings_.AddBinding(this, std::move(request));
}
« no previous file with comments | « content/browser/storage_partition_impl.h ('k') | content/browser/vr/android/cardboard/cardboard_vr_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698