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

Unified Diff: chrome/browser/extensions/extension_install_ui.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/extensions/extension_install_ui.h
diff --git a/chrome/browser/extensions/extension_install_ui.h b/chrome/browser/extensions/extension_install_ui.h
index 001d0e0c484c9123f14eec9087e10e46e971f8a5..3c46699466945850f1c2770c97b4ecb2e5d7007f 100644
--- a/chrome/browser/extensions/extension_install_ui.h
+++ b/chrome/browser/extensions/extension_install_ui.h
@@ -9,7 +9,6 @@
#include <string>
#include <vector>
-#include "base/file_path.h"
#include "base/ref_counted.h"
#include "base/scoped_ptr.h"
#include "base/string16.h"
@@ -18,11 +17,9 @@
#include "third_party/skia/include/core/SkBitmap.h"
class Extension;
-class ExtensionsService;
class MessageLoop;
class Profile;
class InfoBarDelegate;
-class SandboxedExtensionUnpacker;
class TabContents;
// Displays all the UI around extension installation and uninstallation.

Powered by Google App Engine
This is Rietveld 408576698