Roll src/third_party/WebKit 9f7fb92:f103b33 (svn 202621:202622)
[chromium-blink-merge.git] / components / drive / service / test_util.h
blob9cd25ae9fb36b0d218c72100cebe13e211f6ba93
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
3 // found in the LICENSE file.
5 #ifndef COMPONENTS_DRIVE_SERVICE_TEST_UTIL_H_
6 #define COMPONENTS_DRIVE_SERVICE_TEST_UTIL_H_
8 namespace drive {
10 class FakeDriveService;
12 namespace test_util {
14 bool SetUpTestEntries(FakeDriveService* drive_service);
16 } // namespace test_util
17 } // namespace drive
19 #endif // COMPONENTS_DRIVE_SERVICE_TEST_UTIL_H_