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

Unified Diff: extensions/common/extension_urls.h

Issue 2627883003: Add missing url/gurl.h include (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/extension_urls.h
diff --git a/extensions/common/extension_urls.h b/extensions/common/extension_urls.h
index 95aed71e5ac364089ac65f939326dd1970006ab3..755115b4b8d65478d0f28721bc8487b037e6ff3d 100644
--- a/extensions/common/extension_urls.h
+++ b/extensions/common/extension_urls.h
@@ -8,8 +8,7 @@
#include <string>
#include "base/strings/string16.h"
-
-class GURL;
+#include "url/gurl.h"
namespace extensions {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698