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

Unified Diff: components/cast_channel/logger_unittest.cc

Issue 2913033003: [cast_channel] Move cast_channel related files from //extensions to //components (Closed)
Patch Set: fix buildbot compile errors Created 3 years, 6 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/cast_channel/logger.cc ('k') | components/cast_channel/proto/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cast_channel/logger_unittest.cc
diff --git a/extensions/browser/api/cast_channel/logger_unittest.cc b/components/cast_channel/logger_unittest.cc
similarity index 92%
rename from extensions/browser/api/cast_channel/logger_unittest.cc
rename to components/cast_channel/logger_unittest.cc
index cf99f6a984ab9df95f38584b355a98185802e3d8..020ab5c3fb0e2ea38e18d913faf65d8fdd8f7d73 100644
--- a/extensions/browser/api/cast_channel/logger_unittest.cc
+++ b/components/cast_channel/logger_unittest.cc
@@ -7,13 +7,11 @@
#include <string>
-#include "extensions/browser/api/cast_channel/cast_auth_util.h"
-#include "extensions/browser/api/cast_channel/logger.h"
+#include "components/cast_channel/cast_auth_util.h"
+#include "components/cast_channel/logger.h"
#include "net/base/net_errors.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace extensions {
-namespace api {
namespace cast_channel {
using proto::EventType;
@@ -67,5 +65,3 @@ TEST(CastChannelLoggerTest, LogLastErrorEvents) {
}
} // namespace cast_channel
-} // namespace api
-} // namespace extensions
« no previous file with comments | « components/cast_channel/logger.cc ('k') | components/cast_channel/proto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698