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

Unified Diff: extensions/browser/process_manager_observer.h

Issue 1066583002: Add missing ExtensionHost forward declaration to ProcessManagerObserver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« 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: extensions/browser/process_manager_observer.h
diff --git a/extensions/browser/process_manager_observer.h b/extensions/browser/process_manager_observer.h
index 4b0dfd64143e52d6f0716457b26d081c10e884fd..9c78d73a737697c56092b066f0777bbc385a6071 100644
--- a/extensions/browser/process_manager_observer.h
+++ b/extensions/browser/process_manager_observer.h
@@ -9,6 +9,7 @@
namespace extensions {
class Extension;
+class ExtensionHost;
class ProcessManagerObserver {
public:
« 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