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

Unified Diff: chrome/browser/lifetime/keep_alive_state_observer.h

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Another missing forward declaration Created 4 years, 1 month 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/lifetime/keep_alive_state_observer.h
diff --git a/chrome/browser/lifetime/keep_alive_state_observer.h b/chrome/browser/lifetime/keep_alive_state_observer.h
index 8e4f7ed287091b1952c335a412af6f96cc02e579..9cc5af1ce6e688a6a4d7b553764cbf1741ca585e 100644
--- a/chrome/browser/lifetime/keep_alive_state_observer.h
+++ b/chrome/browser/lifetime/keep_alive_state_observer.h
@@ -5,8 +5,6 @@
#ifndef CHROME_BROWSER_LIFETIME_KEEP_ALIVE_STATE_OBSERVER_H_
#define CHROME_BROWSER_LIFETIME_KEEP_ALIVE_STATE_OBSERVER_H_
-struct KeepAliveOptions;
-
class KeepAliveStateObserver {
public:
virtual void OnKeepAliveStateChanged(bool is_keeping_alive) = 0;

Powered by Google App Engine
This is Rietveld 408576698