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

Side by Side Diff: components/sync_driver/tab_node_pool.h

Issue 1275003003: Componentize tab_node_pool to sync_driver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated dependencies Created 5 years, 4 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 CHROME_BROWSER_SYNC_SESSIONS_TAB_NODE_POOL_H_ 5 #ifndef COMPONENTS_SYNC_DRIVER_TAB_NODE_POOL_H_
6 #define CHROME_BROWSER_SYNC_SESSIONS_TAB_NODE_POOL_H_ 6 #define COMPONENTS_SYNC_DRIVER_TAB_NODE_POOL_H_
7 7
8 #include <map> 8 #include <map>
9 #include <set> 9 #include <set>
10 #include <string> 10 #include <string>
11 11
12 #include "base/basictypes.h" 12 #include "base/basictypes.h"
13 #include "base/gtest_prod_util.h" 13 #include "base/gtest_prod_util.h"
14 #include "components/sessions/session_id.h" 14 #include "components/sessions/session_id.h"
15 #include "sync/api/sync_change_processor.h" 15 #include "sync/api/sync_change_processor.h"
16 16
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 155
156 // The machine tag associated with this tab pool. Used in the title of new 156 // The machine tag associated with this tab pool. Used in the title of new
157 // sync nodes. 157 // sync nodes.
158 std::string machine_tag_; 158 std::string machine_tag_;
159 159
160 DISALLOW_COPY_AND_ASSIGN(TabNodePool); 160 DISALLOW_COPY_AND_ASSIGN(TabNodePool);
161 }; 161 };
162 162
163 } // namespace browser_sync 163 } // namespace browser_sync
164 164
165 #endif // CHROME_BROWSER_SYNC_SESSIONS_TAB_NODE_POOL_H_ 165 #endif // COMPONENTS_SYNC_DRIVER_TAB_NODE_POOL_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698