summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_idle_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_idle_api.h')
-rw-r--r--chrome/browser/extensions/extension_idle_api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_idle_api.h b/chrome/browser/extensions/extension_idle_api.h
index f624288..9f40481 100644
--- a/chrome/browser/extensions/extension_idle_api.h
+++ b/chrome/browser/extensions/extension_idle_api.h
@@ -7,9 +7,10 @@
#pragma once
#include "chrome/browser/idle.h"
-#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/extensions/extension_function.h"
+class Profile;
+
// Event router class for events related to the idle API.
class ExtensionIdleEventRouter {
public: