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

Unified Diff: components/mus/vm/server_view_drawn_tracker.h

Issue 1377493002: mus: move View Manager to components/mus/vm (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/vm/server_view_delegate.h ('k') | components/mus/vm/server_view_drawn_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/vm/server_view_drawn_tracker.h
diff --git a/components/mus/server_view_drawn_tracker.h b/components/mus/vm/server_view_drawn_tracker.h
similarity index 87%
rename from components/mus/server_view_drawn_tracker.h
rename to components/mus/vm/server_view_drawn_tracker.h
index 294d6b481023baea63bcc78f99552c8aa8db4810..a3f4f99d10540f87ba19e27890ecf43dab68fcfd 100644
--- a/components/mus/server_view_drawn_tracker.h
+++ b/components/mus/vm/server_view_drawn_tracker.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_MUS_SERVER_VIEW_DRAWN_TRACKER_H_
-#define COMPONENTS_MUS_SERVER_VIEW_DRAWN_TRACKER_H_
+#ifndef COMPONENTS_MUS_VM_SERVER_VIEW_DRAWN_TRACKER_H_
+#define COMPONENTS_MUS_VM_SERVER_VIEW_DRAWN_TRACKER_H_
#include <set>
#include "base/basictypes.h"
-#include "components/mus/server_view_observer.h"
+#include "components/mus/vm/server_view_observer.h"
namespace mus {
@@ -53,4 +53,4 @@ class ServerViewDrawnTracker : public ServerViewObserver {
} // namespace mus
-#endif // COMPONENTS_MUS_SERVER_VIEW_DRAWN_TRACKER_H_
+#endif // COMPONENTS_MUS_VM_SERVER_VIEW_DRAWN_TRACKER_H_
« no previous file with comments | « components/mus/vm/server_view_delegate.h ('k') | components/mus/vm/server_view_drawn_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698