summaryrefslogtreecommitdiffstats
path: root/remoting/base
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-19 05:47:10 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-19 05:47:10 +0000
commit5257bcf36fe1df5ad2c597583192d4ac6b2aad74 (patch)
treefc14b323f995c7392e5de9944bbece03376162c6 /remoting/base
parent1ff40f831a12d8e150714ab79eefcae7b4932252 (diff)
downloadchromium_src-5257bcf36fe1df5ad2c597583192d4ac6b2aad74.zip
chromium_src-5257bcf36fe1df5ad2c597583192d4ac6b2aad74.tar.gz
chromium_src-5257bcf36fe1df5ad2c597583192d4ac6b2aad74.tar.bz2
Convert FilePath to base::FilePath.
This removes the using for Windows since it is no longer necessary. BUG= Review URL: https://codereview.chromium.org/12303016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183170 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/base')
-rw-r--r--remoting/base/auto_thread_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/base/auto_thread_unittest.cc b/remoting/base/auto_thread_unittest.cc
index 25bdd03..5d449c7 100644
--- a/remoting/base/auto_thread_unittest.cc
+++ b/remoting/base/auto_thread_unittest.cc
@@ -41,7 +41,7 @@ void CheckComAptTypeTask(APTTYPE* apt_type_out, HRESULT* hresult) {
}
// Dynamic link to the API so the same test binary can run on older systems.
- base::ScopedNativeLibrary com_library(FilePath(L"ole32.dll"));
+ base::ScopedNativeLibrary com_library(base::FilePath(L"ole32.dll"));
ASSERT_TRUE(com_library.is_valid());
CoGetApartmentTypeFunc co_get_apartment_type =
static_cast<CoGetApartmentTypeFunc>(