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

Unified Diff: components/copresence/public/copresence_manager.h

Issue 517753002: Remove weak_ptr from CopresenceManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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: components/copresence/public/copresence_manager.h
diff --git a/components/copresence/public/copresence_manager.h b/components/copresence/public/copresence_manager.h
index ae7f14cc98bed528fd5fad876e53ac455e0a72af..59f8c8f0c19af36fd446373aef281bbaa1862cdd 100644
--- a/components/copresence/public/copresence_manager.h
+++ b/components/copresence/public/copresence_manager.h
@@ -5,6 +5,7 @@
#ifndef COMPONENTS_COPRESENCE_PUBLIC_COPRESENCE_MANAGER_H_
#define COMPONENTS_COPRESENCE_PUBLIC_COPRESENCE_MANAGER_H_
+#include "base/cancelable_callback.h"
Daniel Erat 2014/08/28 21:32:41 this doesn't look like it's referenced in this hea
rkc 2014/08/28 21:51:50 Yep, meant to include it in the impl header. Done.
#include "base/memory/scoped_ptr.h"
#include "components/copresence/public/copresence_delegate.h"

Powered by Google App Engine
This is Rietveld 408576698