diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-20 11:52:53 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-20 11:52:53 +0000 |
commit | c1739898438413e402f3cd3dfc313ade745d23ad (patch) | |
tree | 724cb41daaea7360921bbfb3d70ace4ebb9ad3ef /base | |
parent | 6160671c0bec5c67413ffb8f5b28d2c0baa22089 (diff) | |
download | chromium_src-c1739898438413e402f3cd3dfc313ade745d23ad.zip chromium_src-c1739898438413e402f3cd3dfc313ade745d23ad.tar.gz chromium_src-c1739898438413e402f3cd3dfc313ade745d23ad.tar.bz2 |
Roll DEPS for mtpd to use base::FilePath.
Review URL: https://chromiumcodereview.appspot.com/12301038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183486 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/file_path.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/base/file_path.h b/base/file_path.h index 890e6ee..c9a9bc9 100644 --- a/base/file_path.h +++ b/base/file_path.h @@ -402,12 +402,6 @@ class BASE_EXPORT FilePath { } // namespace base -// http://crosbug.com/39008 MTPD has a circular dependency on base and uses the -// old non-namespaced FilePath. -#if defined(MTPD_DEVICE_MANAGER_H_) -using base::FilePath; -#endif - // This is required by googletest to print a readable output on test failures. BASE_EXPORT extern void PrintTo(const base::FilePath& path, std::ostream* out); |