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

Side by Side Diff: chrome/test/live_sync/live_sessions_sync_test.h

Issue 7587009: sync: add DEPS files to subdirs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix include Created 9 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_TEST_LIVE_SYNC_LIVE_SESSIONS_SYNC_TEST_H_ 5 #ifndef CHROME_TEST_LIVE_SYNC_LIVE_SESSIONS_SYNC_TEST_H_
6 #define CHROME_TEST_LIVE_SYNC_LIVE_SESSIONS_SYNC_TEST_H_ 6 #define CHROME_TEST_LIVE_SYNC_LIVE_SESSIONS_SYNC_TEST_H_
7 #pragma once 7 #pragma once
8 8
9 #include <algorithm> 9 #include <algorithm>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/compiler_specific.h" 12 #include "base/compiler_specific.h"
13 #include "base/memory/ref_counted.h" 13 #include "base/memory/ref_counted.h"
14 #include "base/memory/scoped_vector.h" 14 #include "base/memory/scoped_vector.h"
15 #include "base/synchronization/waitable_event.h" 15 #include "base/synchronization/waitable_event.h"
16 #include "chrome/browser/sessions/session_types.h" 16 #include "chrome/browser/sessions/session_types.h"
17 #include "chrome/browser/sync/engine/nigori_util.h"
17 #include "chrome/browser/sync/profile_sync_service_harness.h" 18 #include "chrome/browser/sync/profile_sync_service_harness.h"
18 #include "chrome/browser/sync/syncable/nigori_util.h"
19 #include "chrome/test/live_sync/live_sync_test.h" 19 #include "chrome/test/live_sync/live_sync_test.h"
20 20
21 class GURL; 21 class GURL;
22 class Profile; 22 class Profile;
23 23
24 class LiveSessionsSyncTest : public LiveSyncTest { 24 class LiveSessionsSyncTest : public LiveSyncTest {
25 public: 25 public:
26 explicit LiveSessionsSyncTest(TestType test_type); 26 explicit LiveSessionsSyncTest(TestType test_type);
27 virtual ~LiveSessionsSyncTest(); 27 virtual ~LiveSessionsSyncTest();
28 28
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 public: 167 public:
168 MultipleClientLiveSessionsSyncTest() 168 MultipleClientLiveSessionsSyncTest()
169 : LiveSessionsSyncTest(MULTIPLE_CLIENT) {} 169 : LiveSessionsSyncTest(MULTIPLE_CLIENT) {}
170 virtual ~MultipleClientLiveSessionsSyncTest() {} 170 virtual ~MultipleClientLiveSessionsSyncTest() {}
171 171
172 private: 172 private:
173 DISALLOW_COPY_AND_ASSIGN(MultipleClientLiveSessionsSyncTest); 173 DISALLOW_COPY_AND_ASSIGN(MultipleClientLiveSessionsSyncTest);
174 }; 174 };
175 175
176 #endif // CHROME_TEST_LIVE_SYNC_LIVE_SESSIONS_SYNC_TEST_H_ 176 #endif // CHROME_TEST_LIVE_SYNC_LIVE_SESSIONS_SYNC_TEST_H_
OLDNEW
« no previous file with comments | « chrome/common/net/gaia/gaia_authenticator.cc ('k') | chrome/test/sync/engine/test_directory_setter_upper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698