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

Side by Side Diff: services/view_manager/test_change_tracker.h

Issue 1398973004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 2). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_1
Patch Set: add missing copyright notices 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
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 SERVICES_VIEW_MANAGER_TEST_CHANGE_TRACKER_H_ 5 #ifndef SERVICES_VIEW_MANAGER_TEST_CHANGE_TRACKER_H_
6 #define SERVICES_VIEW_MANAGER_TEST_CHANGE_TRACKER_H_ 6 #define SERVICES_VIEW_MANAGER_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 "mojo/public/cpp/bindings/array.h" 12 #include "mojo/public/cpp/bindings/array.h"
13 #include "mojo/services/geometry/public/interfaces/geometry.mojom.h" 13 #include "mojo/services/geometry/interfaces/geometry.mojom.h"
14 #include "mojo/services/view_manager/public/cpp/types.h" 14 #include "mojo/services/view_manager/public/cpp/types.h"
15 #include "mojo/services/view_manager/public/interfaces/view_manager.mojom.h" 15 #include "mojo/services/view_manager/public/interfaces/view_manager.mojom.h"
16 16
17 namespace view_manager { 17 namespace view_manager {
18 18
19 enum ChangeType { 19 enum ChangeType {
20 CHANGE_TYPE_EMBED, 20 CHANGE_TYPE_EMBED,
21 CHANGE_TYPE_EMBEDDED_APP_DISCONNECTED, 21 CHANGE_TYPE_EMBEDDED_APP_DISCONNECTED,
22 // TODO(sky): NODE->VIEW. 22 // TODO(sky): NODE->VIEW.
23 CHANGE_TYPE_NODE_BOUNDS_CHANGED, 23 CHANGE_TYPE_NODE_BOUNDS_CHANGED,
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 148
149 Delegate* delegate_; 149 Delegate* delegate_;
150 std::vector<Change> changes_; 150 std::vector<Change> changes_;
151 151
152 DISALLOW_COPY_AND_ASSIGN(TestChangeTracker); 152 DISALLOW_COPY_AND_ASSIGN(TestChangeTracker);
153 }; 153 };
154 154
155 } // namespace view_manager 155 } // namespace view_manager
156 156
157 #endif // SERVICES_VIEW_MANAGER_TEST_CHANGE_TRACKER_H_ 157 #endif // SERVICES_VIEW_MANAGER_TEST_CHANGE_TRACKER_H_
OLDNEW
« no previous file with comments | « services/view_manager/gesture_manager_unittest.cc ('k') | services/view_manager/view_manager_client_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698