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

Side by Side 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, 2 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_MUS_TEST_CHANGE_TRACKER_H_ 5 #ifndef COMPONENTS_MUS_VM_TEST_CHANGE_TRACKER_H_
6 #define COMPONENTS_MUS_TEST_CHANGE_TRACKER_H_ 6 #define COMPONENTS_MUS_VM_TEST_CHANGE_TRACKER_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "components/mus/public/cpp/types.h" 12 #include "components/mus/public/cpp/types.h"
13 #include "components/mus/public/interfaces/view_tree.mojom.h" 13 #include "components/mus/public/interfaces/view_tree.mojom.h"
14 #include "third_party/mojo/src/mojo/public/cpp/bindings/array.h" 14 #include "third_party/mojo/src/mojo/public/cpp/bindings/array.h"
15 #include "ui/mojo/geometry/geometry.mojom.h" 15 #include "ui/mojo/geometry/geometry.mojom.h"
16 16
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 void AddChange(const Change& change); 146 void AddChange(const Change& change);
147 147
148 Delegate* delegate_; 148 Delegate* delegate_;
149 std::vector<Change> changes_; 149 std::vector<Change> changes_;
150 150
151 DISALLOW_COPY_AND_ASSIGN(TestChangeTracker); 151 DISALLOW_COPY_AND_ASSIGN(TestChangeTracker);
152 }; 152 };
153 153
154 } // namespace mus 154 } // namespace mus
155 155
156 #endif // COMPONENTS_MUS_TEST_CHANGE_TRACKER_H_ 156 #endif // COMPONENTS_MUS_VM_TEST_CHANGE_TRACKER_H_
OLDNEW
« 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