Index: chrome/browser/shell_integration.h |
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h |
index 205fdf97904367e69936338460c411cdc9eeda31..be5121fc548040a012cd55cdc19616095d57e7f1 100644 |
--- a/chrome/browser/shell_integration.h |
+++ b/chrome/browser/shell_integration.h |
@@ -9,13 +9,13 @@ |
#include <string> |
#include "base/basictypes.h" |
+#include "base/file_path.h" |
#include "base/memory/ref_counted.h" |
#include "base/string16.h" |
#include "googleurl/src/gurl.h" |
#include "third_party/skia/include/core/SkBitmap.h" |
class CommandLine; |
-class FilePath; |
#if defined(USE_X11) |
namespace base { |
@@ -76,6 +76,7 @@ class ShellIntegration { |
std::string extension_id; |
string16 title; |
string16 description; |
+ FilePath extension_path; |
SkBitmap favicon; |
bool create_on_desktop; |