From ad74a59d383e658187ae48d084c7a65145d84449 Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Fri, 21 Jan 2011 18:40:55 +0000 Subject: More net/ reordering. In addition to the normal method reordering, this patch also deinlines net/base/test_completion_callback.h and places the compiled code in the net_test_support target. Minimization of that header also required adding includes in a few unit tests. BUG=68682 TEST=compiles Review URL: http://codereview.chromium.org/6341004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72162 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/database/database_tracker_unittest.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'webkit/database') diff --git a/webkit/database/database_tracker_unittest.cc b/webkit/database/database_tracker_unittest.cc index 2afdf5e..641c207 100644 --- a/webkit/database/database_tracker_unittest.cc +++ b/webkit/database/database_tracker_unittest.cc @@ -8,6 +8,7 @@ #include "base/scoped_temp_dir.h" #include "base/time.h" #include "base/utf_string_conversions.h" +#include "net/base/net_errors.h" #include "net/base/test_completion_callback.h" #include "testing/gtest/include/gtest/gtest.h" #include "webkit/database/database_tracker.h" -- cgit v1.1