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

Unified Diff: chrome/browser/task_manager/providers/arc/arc_process_task.h

Issue 2655233007: Get rid of RefCounted for ActivityIconLoader. (Closed)
Patch Set: address comments Created 3 years, 11 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/task_manager/providers/arc/arc_process_task.h
diff --git a/chrome/browser/task_manager/providers/arc/arc_process_task.h b/chrome/browser/task_manager/providers/arc/arc_process_task.h
index 85d86ab1b5c4648d8d4d95d99f4ad9d75f9abc16..07fb35407df3fe191257fe30df137ef0d9d3162f 100644
--- a/chrome/browser/task_manager/providers/arc/arc_process_task.h
+++ b/chrome/browser/task_manager/providers/arc/arc_process_task.h
@@ -15,7 +15,7 @@
#include "components/arc/common/intent_helper.mojom.h"
#include "components/arc/common/process.mojom.h"
#include "components/arc/instance_holder.h"
-#include "components/arc/intent_helper/activity_icon_loader.h"
+#include "components/arc/intent_helper/arc_intent_helper_bridge.h"
namespace task_manager {
@@ -48,7 +48,7 @@ class ArcProcessTask
private:
void StartIconLoading();
void OnIconLoaded(
- std::unique_ptr<arc::ActivityIconLoader::ActivityToIconsMap> icons);
+ std::unique_ptr<arc::ArcIntentHelperBridge::ActivityToIconsMap> icons);
const base::ProcessId nspid_;
const std::string process_name_;
« no previous file with comments | « chrome/browser/chromeos/file_manager/arc_file_tasks.cc ('k') | chrome/browser/task_manager/providers/arc/arc_process_task.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698