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

Unified Diff: components/viz/display_compositor/host_shared_bitmap_manager_unittest.cc

Issue 2873243002: Move components/display_compositor to components/viz/display_compositor (Closed)
Patch Set: Rebase Created 3 years, 7 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/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

Powered by Google App Engine
This is Rietveld 408576698