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

Unified Diff: chrome/browser/plugin_updater.h

Issue 2878081: Clean up inclusion of <map>, <set>, <vector> in chrome/browser/*.h. (Closed)
Patch Set: 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/plugin_updater.h
diff --git a/chrome/browser/plugin_updater.h b/chrome/browser/plugin_updater.h
index 4b9a42124b80b14525f53062e9483d5a3f395ee8..f294ce4bedffb97044221c304e6871f28a143494 100644
--- a/chrome/browser/plugin_updater.h
+++ b/chrome/browser/plugin_updater.h
@@ -6,9 +6,6 @@
#define CHROME_BROWSER_PLUGIN_UPDATER_H_
#pragma once
-#include <set>
-#include <vector>
-
#include "base/basictypes.h"
#include "base/file_path.h"
#include "base/linked_ptr.h"

Powered by Google App Engine
This is Rietveld 408576698