summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browsing_instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browsing_instance.h')
-rw-r--r--chrome/browser/browsing_instance.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/browser/browsing_instance.h b/chrome/browser/browsing_instance.h
index 54516b5..27ef405 100644
--- a/chrome/browser/browsing_instance.h
+++ b/chrome/browser/browsing_instance.h
@@ -6,9 +6,11 @@
#define CHROME_BROWSER_BROWSING_INSTANCE_H__
#include "base/hash_tables.h"
-#include "chrome/browser/profile.h"
-#include "googleurl/src/gurl.h"
+#include "base/logging.h"
+#include "base/ref_counted.h"
+class GURL;
+class Profile;
class SiteInstance;
///////////////////////////////////////////////////////////////////////////////