| 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
|
|
|