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

Unified Diff: chrome/browser/media/webrtc/webrtc_browsertest_audio.h

Issue 2307083002: Cleanup: move WebRTC related files from chrome/browser/media to chrome/browser/media/webrtc/ (Closed)
Patch Set: Removed file wrongly resuscitated during rebase Created 4 years, 3 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: chrome/browser/media/webrtc/webrtc_browsertest_audio.h
diff --git a/chrome/browser/media/webrtc_browsertest_audio.h b/chrome/browser/media/webrtc/webrtc_browsertest_audio.h
similarity index 80%
rename from chrome/browser/media/webrtc_browsertest_audio.h
rename to chrome/browser/media/webrtc/webrtc_browsertest_audio.h
index 71292c1d30098d5f7daefb99fffd7a64adeba9e3..2e232b28eb029cf96eaed94f26830e50024caf4a 100644
--- a/chrome/browser/media/webrtc_browsertest_audio.h
+++ b/chrome/browser/media/webrtc/webrtc_browsertest_audio.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_MEDIA_WEBRTC_BROWSERTEST_AUDIO_H_
-#define CHROME_BROWSER_MEDIA_WEBRTC_BROWSERTEST_AUDIO_H_
+#ifndef CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_BROWSERTEST_AUDIO_H_
+#define CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_BROWSERTEST_AUDIO_H_
#include <vector>
@@ -29,4 +29,4 @@ float ComputeAudioEnergyForWavFile(const base::FilePath& wav_file_path,
} // namespace test
-#endif // CHROME_BROWSER_MEDIA_WEBRTC_BROWSERTEST_AUDIO_H_
+#endif // CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_BROWSERTEST_AUDIO_H_
« no previous file with comments | « chrome/browser/media/webrtc/webrtc_browsertest.cc ('k') | chrome/browser/media/webrtc/webrtc_browsertest_audio.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698