| Index: storage/browser/test/test_file_system_context.h
|
| diff --git a/content/public/test/test_file_system_context.h b/storage/browser/test/test_file_system_context.h
|
| similarity index 89%
|
| rename from content/public/test/test_file_system_context.h
|
| rename to storage/browser/test/test_file_system_context.h
|
| index 903ffc25fae5835fb76daa244929ffabddfaa7eb..f6f5f9b316ffcf32cd1e02221266ae21123f5cfa 100644
|
| --- a/content/public/test/test_file_system_context.h
|
| +++ b/storage/browser/test/test_file_system_context.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_PUBLIC_TEST_TEST_FILE_SYSTEM_CONTEXT_H_
|
| -#define CONTENT_PUBLIC_TEST_TEST_FILE_SYSTEM_CONTEXT_H_
|
| +#ifndef STORAGE_BROWSER_TEST_TEST_FILE_SYSTEM_CONTEXT_H_
|
| +#define STORAGE_BROWSER_TEST_TEST_FILE_SYSTEM_CONTEXT_H_
|
|
|
| #include "base/files/file_path.h"
|
| #include "storage/browser/fileapi/file_system_context.h"
|
| @@ -44,4 +44,4 @@ storage::FileSystemContext* CreateIncognitoFileSystemContextForTesting(
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_PUBLIC_TEST_TEST_FILE_SYSTEM_CONTEXT_H_
|
| +#endif // STORAGE_BROWSER_TEST_TEST_FILE_SYSTEM_CONTEXT_H_
|
|
|