Index: chrome/browser/web_applications/web_app.h |
=================================================================== |
--- chrome/browser/web_applications/web_app.h (revision 109953) |
+++ chrome/browser/web_applications/web_app.h (working copy) |
@@ -6,6 +6,7 @@ |
#define CHROME_BROWSER_WEB_APPLICATIONS_WEB_APP_H_ |
#pragma once |
+#include <string> |
#include <vector> |
#include "base/callback_old.h" |
@@ -14,8 +15,6 @@ |
#include "chrome/browser/shell_integration.h" |
#include "chrome/common/web_apps.h" |
-class Profile; |
- |
namespace web_app { |
// Compute a deterministic name based on data in the shortcut_info. |