From 4bcac78e6c353cd9823f559dc8c6181e824e88ce Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Tue, 10 Feb 2009 02:48:27 +0000 Subject: Revert basically everything I've done today as it fails mysteriously and I lack the patience to diagnose why mac doesn't link in libjpeg. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9447 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/webdata/web_database.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/webdata/web_database.cc') diff --git a/chrome/browser/webdata/web_database.cc b/chrome/browser/webdata/web_database.cc index cf327d1..7ee4f79 100755 --- a/chrome/browser/webdata/web_database.cc +++ b/chrome/browser/webdata/web_database.cc @@ -13,7 +13,6 @@ #include "base/string_util.h" #include "base/time.h" #include "base/values.h" -#include "chrome/browser/history/history_database.h" #include "chrome/browser/search_engines/template_url.h" #include "chrome/common/l10n_util.h" #include "chrome/common/scoped_vector.h" @@ -30,6 +29,7 @@ // Encryptor is the *wrong* way of doing things; we need to turn it into a // bottleneck to use the platform methods (e.g. Keychain on the Mac). That's // going to take a massive change in its API... +#include "chrome/browser/history/history_database.h" #include "chrome/browser/password_manager/encryptor.h" #endif -- cgit v1.1