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

Unified Diff: blimp/client/test/compositor/mock_compositor_dependencies.h

Issue 2320923002: Add a full Blimp integration test. (Closed)
Patch Set: Fix build break with chrome embedder Created 4 years, 3 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 | « blimp/client/test/compositor/BUILD.gn ('k') | blimp/client/test/compositor/mock_compositor_dependencies.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/test/compositor/mock_compositor_dependencies.h
diff --git a/blimp/client/support/compositor/mock_compositor_dependencies.h b/blimp/client/test/compositor/mock_compositor_dependencies.h
similarity index 75%
rename from blimp/client/support/compositor/mock_compositor_dependencies.h
rename to blimp/client/test/compositor/mock_compositor_dependencies.h
index 520b756b2f1332fb704822c1e9e0b25a72a6aa64..71d2a8cc953a5e31beca985086c60ff253b2f89a 100644
--- a/blimp/client/support/compositor/mock_compositor_dependencies.h
+++ b/blimp/client/test/compositor/mock_compositor_dependencies.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BLIMP_CLIENT_SUPPORT_COMPOSITOR_MOCK_COMPOSITOR_DEPENDENCIES_H_
-#define BLIMP_CLIENT_SUPPORT_COMPOSITOR_MOCK_COMPOSITOR_DEPENDENCIES_H_
+#ifndef BLIMP_CLIENT_TEST_COMPOSITOR_MOCK_COMPOSITOR_DEPENDENCIES_H_
+#define BLIMP_CLIENT_TEST_COMPOSITOR_MOCK_COMPOSITOR_DEPENDENCIES_H_
#include "blimp/client/support/compositor/compositor_dependencies_impl.h"
@@ -22,4 +22,4 @@ class MockCompositorDependencies : public CompositorDependenciesImpl {
} // namespace client
} // namespace blimp
-#endif // BLIMP_CLIENT_SUPPORT_COMPOSITOR_MOCK_COMPOSITOR_DEPENDENCIES_H_
+#endif // BLIMP_CLIENT_TEST_COMPOSITOR_MOCK_COMPOSITOR_DEPENDENCIES_H_
« no previous file with comments | « blimp/client/test/compositor/BUILD.gn ('k') | blimp/client/test/compositor/mock_compositor_dependencies.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698