Index: chrome/common/extensions/extension_set.h |
diff --git a/chrome/common/extensions/extension_set.h b/chrome/common/extensions/extension_set.h |
index dbd16ad1ffc8354a225a2812444a8a08f613616e..a27c6262d3c12c5f676663784d15e8a581bb8875 100644 |
--- a/chrome/common/extensions/extension_set.h |
+++ b/chrome/common/extensions/extension_set.h |
@@ -6,6 +6,7 @@ |
#define CHROME_COMMON_EXTENSIONS_EXTENSION_SET_H_ |
#pragma once |
+#include <map> |
#include <string> |
#include <vector> |
@@ -18,6 +19,8 @@ |
// Only one extension can be in the set with a given ID. |
class ExtensionSet { |
public: |
+ typedef std::pair<FilePath, std::string> ExtensionPathAndDefaultLocale; |
+ |
ExtensionSet(); |
~ExtensionSet(); |