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

Unified Diff: chrome/common/extensions/extension.h

Issue 113945: Headers cleanup in chrome/common (Closed)
Patch Set: Created 11 years, 7 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/common/extensions/extension.h
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
index e099a7e440ed5900b8414fd0fef7392d70c27345..a92191cf64038fad36d3540d26e971ed393b1802 100644
--- a/chrome/common/extensions/extension.h
+++ b/chrome/common/extensions/extension.h
@@ -7,18 +7,15 @@
#include <string>
#include <vector>
-#include <map>
#include "base/file_path.h"
#include "base/scoped_ptr.h"
-#include "base/string16.h"
#include "base/values.h"
#include "base/version.h"
#include "chrome/common/extensions/user_script.h"
#include "chrome/common/extensions/url_pattern.h"
#include "chrome/common/page_action.h"
#include "googleurl/src/gurl.h"
-#include "third_party/skia/include/core/SkColor.h"
// Represents a Chromium extension.
class Extension {

Powered by Google App Engine
This is Rietveld 408576698