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

Unified Diff: chrome/browser/extensions/api/copresence/copresence_api.h

Issue 923533003: Fixing copresence/whispernet destructor order (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/copresence/copresence_api.h
diff --git a/chrome/browser/extensions/api/copresence/copresence_api.h b/chrome/browser/extensions/api/copresence/copresence_api.h
index 83be926875048945be3671f91b94331047b7a1c9..4f82aa6232cc2647bfd84d5029a206f85abfd5d2 100644
--- a/chrome/browser/extensions/api/copresence/copresence_api.h
+++ b/chrome/browser/extensions/api/copresence/copresence_api.h
@@ -104,8 +104,8 @@ class CopresenceService final : public BrowserContextKeyedAPI,
std::map<std::string, std::string> api_keys_by_app_;
std::map<std::string, std::string> auth_tokens_by_app_;
- scoped_ptr<copresence::CopresenceManager> manager_;
scoped_ptr<ChromeWhispernetClient> whispernet_client_;
+ scoped_ptr<copresence::CopresenceManager> manager_;
DISALLOW_COPY_AND_ASSIGN(CopresenceService);
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698