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

Unified Diff: components/display_compositor/host_shared_bitmap_manager_unittest.cc

Issue 2717213004: Move SharedBitmapManager implementation out of content/ (Closed)
Patch Set: rebase Created 3 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
Index: components/display_compositor/host_shared_bitmap_manager_unittest.cc
diff --git a/content/common/host_shared_bitmap_manager_unittest.cc b/components/display_compositor/host_shared_bitmap_manager_unittest.cc
similarity index 97%
rename from content/common/host_shared_bitmap_manager_unittest.cc
rename to components/display_compositor/host_shared_bitmap_manager_unittest.cc
index e1f5feebfcb5aaffe1297c4e826c3ddb8411a3eb..56aafb184dec4d914d48439b81e562f617ece7b6 100644
--- a/content/common/host_shared_bitmap_manager_unittest.cc
+++ b/components/display_compositor/host_shared_bitmap_manager_unittest.cc
@@ -5,10 +5,10 @@
#include <stddef.h>
#include <string.h>
-#include "content/common/host_shared_bitmap_manager.h"
+#include "components/display_compositor/host_shared_bitmap_manager.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace content {
+namespace display_compositor {
namespace {
class HostSharedBitmapManagerTest : public testing::Test {
@@ -162,4 +162,4 @@ TEST_F(HostSharedBitmapManagerTest, AddDuplicate) {
}
} // namespace
-} // namespace content
+} // namespace display_compositor

Powered by Google App Engine
This is Rietveld 408576698