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

Unified Diff: chrome/browser/extensions/activity_log/activity_log_policy.h

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase + address comment 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/extensions/activity_log/activity_log_policy.h
diff --git a/chrome/browser/extensions/activity_log/activity_log_policy.h b/chrome/browser/extensions/activity_log/activity_log_policy.h
index 004f9fccd256b19d6b358ec195fbd77f08e8f8ff..d4957e77a57d8d69673defe427103d053f9068b8 100644
--- a/chrome/browser/extensions/activity_log/activity_log_policy.h
+++ b/chrome/browser/extensions/activity_log/activity_log_policy.h
@@ -28,12 +28,12 @@ class Profile;
class GURL;
namespace base {
+class Clock;
class FilePath;
}
namespace extensions {
-class Extension;
// An abstract class for processing and summarizing activity log data.
// Subclasses will generally store data in an SQLite database (the

Powered by Google App Engine
This is Rietveld 408576698