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

Side by Side Diff: chrome/browser/sync/test/live_sync/live_sync_test.h

Issue 7828055: Move sync test code out of chrome/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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_SYNC_TEST_H_ 5 #ifndef CHROME_BROWSER_SYNC_TEST_LIVE_SYNC_LIVE_SYNC_TEST_H_
6 #define CHROME_TEST_LIVE_SYNC_LIVE_SYNC_TEST_H_ 6 #define CHROME_BROWSER_SYNC_TEST_LIVE_SYNC_LIVE_SYNC_TEST_H_
7 #pragma once 7 #pragma once
8 8
9 #include "chrome/test/base/in_process_browser_test.h" 9 #include "chrome/test/base/in_process_browser_test.h"
10 10
11 #include <string> 11 #include <string>
12 #include <vector> 12 #include <vector>
13 13
14 #include "base/basictypes.h" 14 #include "base/basictypes.h"
15 #include "base/file_util.h" 15 #include "base/file_util.h"
16 #include "base/memory/scoped_ptr.h" 16 #include "base/memory/scoped_ptr.h"
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 scoped_ptr<FakeURLFetcherFactory> fake_factory_; 307 scoped_ptr<FakeURLFetcherFactory> fake_factory_;
308 308
309 // The URLFetcherFactory instance used to instantiate |fake_factory_|. 309 // The URLFetcherFactory instance used to instantiate |fake_factory_|.
310 scoped_ptr<URLFetcherFactory> factory_; 310 scoped_ptr<URLFetcherFactory> factory_;
311 311
312 DISALLOW_COPY_AND_ASSIGN(LiveSyncTest); 312 DISALLOW_COPY_AND_ASSIGN(LiveSyncTest);
313 }; 313 };
314 314
315 DISABLE_RUNNABLE_METHOD_REFCOUNT(LiveSyncTest); 315 DISABLE_RUNNABLE_METHOD_REFCOUNT(LiveSyncTest);
316 316
317 #endif // CHROME_TEST_LIVE_SYNC_LIVE_SYNC_TEST_H_ 317 #endif // CHROME_BROWSER_SYNC_TEST_LIVE_SYNC_LIVE_SYNC_TEST_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/live_sync/extensions_helper.cc ('k') | chrome/browser/sync/test/live_sync/live_sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698