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

Unified Diff: components/mus/test_server_view_delegate.h

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 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 | « components/mus/test_change_tracker.cc ('k') | components/mus/test_server_view_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/test_server_view_delegate.h
diff --git a/components/mus/test_server_view_delegate.h b/components/mus/test_server_view_delegate.h
index 8dbb5027a6661f13fa0162e2eb5f01c647688258..7509326a87c883b1afc3a547e7790e324f621efe 100644
--- a/components/mus/test_server_view_delegate.h
+++ b/components/mus/test_server_view_delegate.h
@@ -8,7 +8,7 @@
#include "base/basictypes.h"
#include "components/mus/server_view_delegate.h"
-namespace view_manager {
+namespace mus {
class TestServerViewDelegate : public ServerViewDelegate {
public:
@@ -21,7 +21,7 @@ class TestServerViewDelegate : public ServerViewDelegate {
// ServerViewDelegate:
scoped_ptr<cc::CompositorFrame> UpdateViewTreeFromCompositorFrame(
const mojo::CompositorFramePtr& input) override;
- surfaces::SurfacesState* GetSurfacesState() override;
+ SurfacesState* GetSurfacesState() override;
void OnScheduleViewPaint(const ServerView* view) override;
const ServerView* GetRootView(const ServerView* view) const override;
@@ -30,6 +30,6 @@ class TestServerViewDelegate : public ServerViewDelegate {
DISALLOW_COPY_AND_ASSIGN(TestServerViewDelegate);
};
-} // namespace view_manager
+} // namespace mus
#endif // COMPONENTS_MUS_TEST_SERVER_VIEW_DELEGATE_H_
« no previous file with comments | « components/mus/test_change_tracker.cc ('k') | components/mus/test_server_view_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698