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

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

Issue 3207002: FBTF: Forward declare and move constructors in chrome/common/extensions/. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Win fixes 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/common/extensions/extension_file_util.h
diff --git a/chrome/common/extensions/extension_file_util.h b/chrome/common/extensions/extension_file_util.h
index a938a247de139bfc2f9a11b42b983a95a12477f0..548eb3c73c9853ed2cc0c7607f72555825537dc2 100644
--- a/chrome/common/extensions/extension_file_util.h
+++ b/chrome/common/extensions/extension_file_util.h
@@ -7,11 +7,12 @@
#pragma once
#include <string>
+#include <map>
-#include "chrome/common/extensions/extension.h"
-
+class Extension;
class ExtensionMessageBundle;
class FilePath;
+class GURL;
// Utilties for manipulating the on-disk storage of extensions.
namespace extension_file_util {

Powered by Google App Engine
This is Rietveld 408576698