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

Unified Diff: chrome/browser/extensions/cast_streaming_apitest.cc

Issue 90083002: Cast Extensions API: Major namespace and object renaming (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unit_tests Created 7 years 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
« no previous file with comments | « no previous file | chrome/browser/extensions/webrtc_cast_apitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/cast_streaming_apitest.cc
diff --git a/chrome/browser/extensions/webrtc_cast_apitest.cc b/chrome/browser/extensions/cast_streaming_apitest.cc
similarity index 85%
rename from chrome/browser/extensions/webrtc_cast_apitest.cc
rename to chrome/browser/extensions/cast_streaming_apitest.cc
index 3fee7f85efa200bd9f6cb7f7254727928d489d77..89d2d18cc9659c89d61a34afd986ef86a5cfe837 100644
--- a/chrome/browser/extensions/webrtc_cast_apitest.cc
+++ b/chrome/browser/extensions/cast_streaming_apitest.cc
@@ -9,7 +9,7 @@
namespace extensions {
-class WebrtcCastApiTest : public ExtensionApiTest {
+class CastStreamingApiTest : public ExtensionApiTest {
virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
ExtensionApiTest::SetUpCommandLine(command_line);
command_line->AppendSwitchASCII(
@@ -34,8 +34,8 @@ class WebrtcCastApiTest : public ExtensionApiTest {
};
// Test running the test extension for Cast Mirroring API.
-IN_PROC_BROWSER_TEST_F(WebrtcCastApiTest, Basics) {
- ASSERT_TRUE(RunExtensionSubtest("webrtc_cast", "basics.html"));
+IN_PROC_BROWSER_TEST_F(CastStreamingApiTest, Basics) {
+ ASSERT_TRUE(RunExtensionSubtest("cast_streaming", "basics.html"));
}
} // namespace extensions
« no previous file with comments | « no previous file | chrome/browser/extensions/webrtc_cast_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698