summaryrefslogtreecommitdiffstats
path: root/chrome/common/gfx
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/gfx')
-rw-r--r--chrome/common/gfx/url_elider.cc1
-rw-r--r--chrome/common/gfx/url_elider.h3
2 files changed, 3 insertions, 1 deletions
diff --git a/chrome/common/gfx/url_elider.cc b/chrome/common/gfx/url_elider.cc
index cd64b29..5ffdfe4 100644
--- a/chrome/common/gfx/url_elider.cc
+++ b/chrome/common/gfx/url_elider.cc
@@ -34,6 +34,7 @@
#include "chrome/common/pref_service.h"
#include "chrome/views/hwnd_view_container.h"
#include "chrome/views/label.h"
+#include "googleurl/src/gurl.h"
#include "net/base/escape.h"
#include "net/base/net_util.h"
#include "net/base/registry_controlled_domain.h"
diff --git a/chrome/common/gfx/url_elider.h b/chrome/common/gfx/url_elider.h
index afa8a1c..401c122 100644
--- a/chrome/common/gfx/url_elider.h
+++ b/chrome/common/gfx/url_elider.h
@@ -34,7 +34,8 @@
#include "base/basictypes.h"
#include "chrome/common/gfx/chrome_font.h"
-#include "googleurl/src/gurl.h"
+
+class GURL;
namespace gfx {