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

Side by Side Diff: chrome/browser/sync/test/integration/sync_test.h

Issue 19631004: Update include paths in chrome/browser/ for base/process changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge ToT Created 7 years, 5 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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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_TEST_INTEGRATION_SYNC_TEST_H_ 5 #ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_SYNC_TEST_H_
6 #define CHROME_BROWSER_SYNC_TEST_INTEGRATION_SYNC_TEST_H_ 6 #define CHROME_BROWSER_SYNC_TEST_INTEGRATION_SYNC_TEST_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 "base/compiler_specific.h" 12 #include "base/compiler_specific.h"
13 #include "base/memory/scoped_ptr.h" 13 #include "base/memory/scoped_ptr.h"
14 #include "base/memory/scoped_vector.h" 14 #include "base/memory/scoped_vector.h"
15 #include "base/process_util.h"
16 #include "chrome/test/base/in_process_browser_test.h" 15 #include "chrome/test/base/in_process_browser_test.h"
17 #include "net/dns/mock_host_resolver.h" 16 #include "net/dns/mock_host_resolver.h"
18 #include "sync/internal_api/public/base/model_type.h" 17 #include "sync/internal_api/public/base/model_type.h"
19 #include "sync/protocol/sync_protocol_error.h" 18 #include "sync/protocol/sync_protocol_error.h"
20 #include "sync/test/local_sync_test_server.h" 19 #include "sync/test/local_sync_test_server.h"
21 20
22 21
23 class CommandLine; 22 class CommandLine;
24 class Profile; 23 class Profile;
25 class ProfileSyncServiceHarness; 24 class ProfileSyncServiceHarness;
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 scoped_ptr<net::URLFetcherImplFactory> factory_; 356 scoped_ptr<net::URLFetcherImplFactory> factory_;
358 357
359 // Number of default entries (as determined by the existing entries at setup 358 // Number of default entries (as determined by the existing entries at setup
360 // time on client 0). 359 // time on client 0).
361 size_t number_of_default_sync_items_; 360 size_t number_of_default_sync_items_;
362 361
363 DISALLOW_COPY_AND_ASSIGN(SyncTest); 362 DISALLOW_COPY_AND_ASSIGN(SyncTest);
364 }; 363 };
365 364
366 #endif // CHROME_BROWSER_SYNC_TEST_INTEGRATION_SYNC_TEST_H_ 365 #endif // CHROME_BROWSER_SYNC_TEST_INTEGRATION_SYNC_TEST_H_
OLDNEW
« no previous file with comments | « chrome/browser/storage_monitor/storage_monitor_linux.cc ('k') | chrome/browser/sync/test/integration/sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698