| Index: components/viz/display_compositor/host_shared_bitmap_manager_unittest.cc
|
| diff --git a/components/display_compositor/host_shared_bitmap_manager_unittest.cc b/components/viz/display_compositor/host_shared_bitmap_manager_unittest.cc
|
| similarity index 97%
|
| rename from components/display_compositor/host_shared_bitmap_manager_unittest.cc
|
| rename to components/viz/display_compositor/host_shared_bitmap_manager_unittest.cc
|
| index a4284822d776f631901d464138062b082570f907..ee7a92f1ab80f70dc4b43c5b18d54ec208d9173f 100644
|
| --- a/components/display_compositor/host_shared_bitmap_manager_unittest.cc
|
| +++ b/components/viz/display_compositor/host_shared_bitmap_manager_unittest.cc
|
| @@ -5,10 +5,10 @@
|
| #include <stddef.h>
|
| #include <string.h>
|
|
|
| -#include "components/display_compositor/host_shared_bitmap_manager.h"
|
| +#include "components/viz/display_compositor/host_shared_bitmap_manager.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace display_compositor {
|
| +namespace viz {
|
| namespace {
|
|
|
| class HostSharedBitmapManagerTest : public testing::Test {
|
| @@ -134,4 +134,4 @@ TEST_F(HostSharedBitmapManagerTest, AddDuplicate) {
|
| }
|
|
|
| } // namespace
|
| -} // namespace display_compositor
|
| +} // namespace viz
|
|
|