summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history
diff options
context:
space:
mode:
authordeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-28 14:49:35 +0000
committerdeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-28 14:49:35 +0000
commit46072d4992a146537bc4979caa8c2457de229b7a (patch)
tree25132302812acfcbd54d77fcb7f01e2faa7f3be4 /chrome/browser/history
parent571fe6169fed59816435c48f607b78a314d920a9 (diff)
downloadchromium_src-46072d4992a146537bc4979caa8c2457de229b7a.zip
chromium_src-46072d4992a146537bc4979caa8c2457de229b7a.tar.gz
chromium_src-46072d4992a146537bc4979caa8c2457de229b7a.tar.bz2
Try to cut down on some unnecessary dependencies. Remove any unused includes of gurl.h in header files, and forward declare GURL where possible.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/history')
-rw-r--r--chrome/browser/history/history_database.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/history/history_database.h b/chrome/browser/history/history_database.h
index 852fef5..bb62db9 100644
--- a/chrome/browser/history/history_database.h
+++ b/chrome/browser/history/history_database.h
@@ -40,7 +40,6 @@
#include "chrome/browser/meta_table_helper.h"
#include "chrome/common/sqlite_compiled_statement.h"
#include "chrome/common/sqlite_utils.h"
-#include "googleurl/src/gurl.h"
struct sqlite3;