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

Unified Diff: chrome/browser/automation/automation_provider_json.h

Issue 3027041: Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h. (Closed)
Patch Set: oops, missed one previously Created 10 years, 4 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
Index: chrome/browser/automation/automation_provider_json.h
diff --git a/chrome/browser/automation/automation_provider_json.h b/chrome/browser/automation/automation_provider_json.h
index 00859fb404ceb6e0d32336dca663678c888e1db6..692af8077b9b0e81bef56c4ebe15ff986b2ea4b5 100644
--- a/chrome/browser/automation/automation_provider_json.h
+++ b/chrome/browser/automation/automation_provider_json.h
@@ -10,10 +10,14 @@
#include <string>
-#include "base/values.h"
-#include "ipc/ipc_message.h"
#include "chrome/browser/automation/automation_provider.h"
+class Value;
+
+namespace IPC {
+class Message;
+}
+
// Helper to ensure we always send a reply message for JSON automation requests.
class AutomationJSONReply {
public:
@@ -38,4 +42,3 @@ class AutomationJSONReply {
};
#endif // CHROME_BROWSER_AUTOMATION_AUTOMATION_PROVIDER_JSON_H_
-

Powered by Google App Engine
This is Rietveld 408576698