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

Side by Side Diff: sync/sessions/session_state.cc

Issue 11314008: sync: Follow-up to conflict resolution refactor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests Created 8 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « sync/sessions/session_state.h ('k') | sync/sessions/session_state_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "sync/sessions/session_state.h"
6
7 #include <set>
8 #include <vector>
9
10 #include "base/memory/scoped_ptr.h"
11 #include "base/values.h"
12
13 using std::set;
14 using std::vector;
15
16 namespace syncer {
17 namespace sessions {
18
19 PerModelSafeGroupState::PerModelSafeGroupState() {
20 }
21
22 PerModelSafeGroupState::~PerModelSafeGroupState() {
23 }
24
25 } // namespace sessions
26 } // namespace syncer
OLDNEW
« no previous file with comments | « sync/sessions/session_state.h ('k') | sync/sessions/session_state_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698