summaryrefslogtreecommitdiffstats
path: root/ipc/run_all_unittests.cc
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-07 22:57:11 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-07 22:57:11 +0000
commit92be8eb69a70860ef270e598dac0c11cb1b4dac4 (patch)
treea2a64311b75b91daddd89cd2c2236c5651b2cb94 /ipc/run_all_unittests.cc
parent5cc45528290be46f831148d0fcb75ce971dae476 (diff)
downloadchromium_src-92be8eb69a70860ef270e598dac0c11cb1b4dac4.zip
chromium_src-92be8eb69a70860ef270e598dac0c11cb1b4dac4.tar.gz
chromium_src-92be8eb69a70860ef270e598dac0c11cb1b4dac4.tar.bz2
Move the rest of test_file_util to base namespace.
R=rvargas@chromium.org Review URL: https://codereview.chromium.org/444163003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288158 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/run_all_unittests.cc')
-rw-r--r--ipc/run_all_unittests.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/run_all_unittests.cc b/ipc/run_all_unittests.cc
index d36f871..a488802 100644
--- a/ipc/run_all_unittests.cc
+++ b/ipc/run_all_unittests.cc
@@ -30,7 +30,7 @@ int RunTestSuite(int argc, char** argv) {
int main(int argc, char** argv) {
#if defined(OS_ANDROID)
JNIEnv* env = base::android::AttachCurrentThread();
- file_util::RegisterContentUriTestUtils(env);
+ base::RegisterContentUriTestUtils(env);
#else
base::AtExitManager at_exit;
#endif