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

Unified Diff: components/mus/vm/test_change_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_observer.h ('k') | components/mus/vm/test_change_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/vm/test_change_tracker.h
diff --git a/components/mus/test_change_tracker.h b/components/mus/vm/test_change_tracker.h
similarity index 97%
rename from components/mus/test_change_tracker.h
rename to components/mus/vm/test_change_tracker.h
index 358a4645a41dbae35360f34f0552cb3645ef2a5f..1896de23f70724bbfda5d068a52a6ee8e2f5451d 100644
--- a/components/mus/test_change_tracker.h
+++ b/components/mus/vm/test_change_tracker.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 COMPONENTS_MUS_TEST_CHANGE_TRACKER_H_
-#define COMPONENTS_MUS_TEST_CHANGE_TRACKER_H_
+#ifndef COMPONENTS_MUS_VM_TEST_CHANGE_TRACKER_H_
+#define COMPONENTS_MUS_VM_TEST_CHANGE_TRACKER_H_
#include <string>
#include <vector>
@@ -153,4 +153,4 @@ class TestChangeTracker {
} // namespace mus
-#endif // COMPONENTS_MUS_TEST_CHANGE_TRACKER_H_
+#endif // COMPONENTS_MUS_VM_TEST_CHANGE_TRACKER_H_
« no previous file with comments | « components/mus/vm/server_view_observer.h ('k') | components/mus/vm/test_change_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698