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

Unified Diff: chrome/browser/web_applications/web_app.h

Issue 8539006: Cleanup: Remove unneeded forward declarations from various chrome/browser subdirectories. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 9 years, 1 month 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/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.
« no previous file with comments | « chrome/browser/translate/translate_infobar_delegate.h ('k') | chrome/browser/webdata/autocomplete_syncable_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698