summaryrefslogtreecommitdiffstats
path: root/webkit/database
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-16 23:18:46 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-16 23:18:46 +0000
commitf33811ba10a82b0211e5da3abbcd2bd64e3fe6fc (patch)
treea62acd3a45df426f5f2b1855808d6f43be5586c1 /webkit/database
parentdf17beda0e565c0f72954524d87b85f216e4358c (diff)
downloadchromium_src-f33811ba10a82b0211e5da3abbcd2bd64e3fe6fc.zip
chromium_src-f33811ba10a82b0211e5da3abbcd2bd64e3fe6fc.tar.gz
chromium_src-f33811ba10a82b0211e5da3abbcd2bd64e3fe6fc.tar.bz2
GTTF: some more FRIEND_TEST_ALL_PREFIXES
TEST=none BUG=44549 Review URL: http://codereview.chromium.org/3161021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56253 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/database')
-rw-r--r--webkit/database/database_tracker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/database/database_tracker.h b/webkit/database/database_tracker.h
index 55b0e12..e4c8183 100644
--- a/webkit/database/database_tracker.h
+++ b/webkit/database/database_tracker.h
@@ -9,6 +9,7 @@
#include <set>
#include "base/file_path.h"
+#include "base/gtest_prod_util.h"
#include "base/observer_list.h"
#include "base/platform_file.h"
#include "base/ref_counted.h"
@@ -17,7 +18,6 @@
#include "base/string_util.h"
#include "base/time.h"
#include "net/base/completion_callback.h"
-#include "testing/gtest/include/gtest/gtest_prod.h"
#include "webkit/database/database_connections.h"
namespace sql {
@@ -272,7 +272,7 @@ class DatabaseTracker
OriginDirectoriesMap incognito_origin_directories_;
int incognito_origin_directories_generator_;
- FRIEND_TEST(DatabaseTracker, TestHelper);
+ FRIEND_TEST_ALL_PREFIXES(DatabaseTracker, TestHelper);
};
} // namespace webkit_database