Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1616)

Unified Diff: content/browser/media/audio_browsertest.cc

Issue 12213066: Use base namespace for FilePath in content/browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/media/audio_browsertest.cc
diff --git a/content/browser/media/audio_browsertest.cc b/content/browser/media/audio_browsertest.cc
index f499827f26b0d04e276d1c4725f004fef0b6fff8..a4fc02a35bb2a963f0a30586769488d94d4e9c51 100644
--- a/content/browser/media/audio_browsertest.cc
+++ b/content/browser/media/audio_browsertest.cc
@@ -9,7 +9,7 @@ namespace content {
class AudioLayoutTest : public InProcessBrowserLayoutTest {
protected:
AudioLayoutTest() : InProcessBrowserLayoutTest(
- FilePath(), FilePath().AppendASCII("media")) {
+ base::FilePath(), base::FilePath().AppendASCII("media")) {
}
};
« no previous file with comments | « content/browser/loader/resource_dispatcher_host_impl.cc ('k') | content/browser/media/encrypted_media_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698