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

Unified Diff: components/audio_modem/test/stub_whispernet_client.cc

Issue 865483005: Creating the audio_modem component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merging again Created 5 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
« no previous file with comments | « components/audio_modem/test/stub_whispernet_client.h ('k') | components/components.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/audio_modem/test/stub_whispernet_client.cc
diff --git a/components/copresence/test/stub_whispernet_client.cc b/components/audio_modem/test/stub_whispernet_client.cc
similarity index 89%
rename from components/copresence/test/stub_whispernet_client.cc
rename to components/audio_modem/test/stub_whispernet_client.cc
index d0768a587b4dc4d9b340f2baaced0be63a719040..9b0a50c2deeca733ad95d03a1437e2c3486233a2 100644
--- a/components/copresence/test/stub_whispernet_client.cc
+++ b/components/audio_modem/test/stub_whispernet_client.cc
@@ -1,10 +1,10 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/copresence/test/stub_whispernet_client.h"
+#include "components/audio_modem/test/stub_whispernet_client.h"
-namespace copresence {
+namespace audio_modem {
StubWhispernetClient::StubWhispernetClient(
scoped_refptr<media::AudioBusRefCounted> samples,
@@ -56,4 +56,4 @@ SuccessCallback StubWhispernetClient::GetInitializedCallback() {
return SuccessCallback();
}
-} // namespace copresence
+} // namespace audio_modem
« no previous file with comments | « components/audio_modem/test/stub_whispernet_client.h ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698