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

Unified Diff: chrome/browser/memory/tab_manager_delegate_chromeos.h

Issue 1885683005: Add module suffix in .mojom files for components/arc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase only Created 4 years, 8 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/memory/tab_manager_delegate_chromeos.h
diff --git a/chrome/browser/memory/tab_manager_delegate_chromeos.h b/chrome/browser/memory/tab_manager_delegate_chromeos.h
index 1631e9352872a452dae3f3d3a756bc23f273488c..0c7445508cc870e323b42cf82bd760c95e57ec78 100644
--- a/chrome/browser/memory/tab_manager_delegate_chromeos.h
+++ b/chrome/browser/memory/tab_manager_delegate_chromeos.h
@@ -179,8 +179,8 @@ class TabManagerDelegate : public content::NotificationObserver,
// Holds the focused tab's child process host id. Behind |oom_score_lock_|.
ProcessInfo focused_tab_process_info_;
- // Holds a weak pointer to arc::ProcessInstance.
- arc::ProcessInstance* arc_process_instance_;
+ // Holds a weak pointer to arc::mojom::ProcessInstance.
+ arc::mojom::ProcessInstance* arc_process_instance_;
// Current ProcessInstance version.
int arc_process_instance_version_;
« no previous file with comments | « chrome/browser/chromeos/arc/gpu_arc_video_service_host.cc ('k') | chrome/browser/memory/tab_manager_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698