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

Unified Diff: components/copresence/test/audio_test_support.h

Issue 685983007: RpcHandlerTest cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updating TODO Created 6 years, 1 month 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: components/copresence/test/audio_test_support.h
diff --git a/components/copresence/test/audio_test_support.h b/components/copresence/test/audio_test_support.h
index 83b96f4a30ce71213579114efda647ad188603f7..0c66dcfd33da048807832f14314436e8fb0719f0 100644
--- a/components/copresence/test/audio_test_support.h
+++ b/components/copresence/test/audio_test_support.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 COMPONENTS_COPRESENCE_COMMON_AUDIO_TEST_SUPPORT_
-#define COMPONENTS_COPRESENCE_COMMON_AUDIO_TEST_SUPPORT_
+#ifndef COMPONENTS_COPRESENCE_TEST_AUDIO_TEST_SUPPORT_
+#define COMPONENTS_COPRESENCE_TEST_AUDIO_TEST_SUPPORT_
#include <cstddef>
@@ -31,4 +31,4 @@ scoped_refptr<media::AudioBusRefCounted>
} // namespace copresence
-#endif // COMPONENTS_COPRESENCE_COMMON_AUDIO_TEST_SUPPORT_
+#endif // COMPONENTS_COPRESENCE_TEST_AUDIO_TEST_SUPPORT_
« no previous file with comments | « components/copresence/rpc/rpc_handler_unittest.cc ('k') | components/copresence/test/stub_whispernet_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698