| Index: storage/browser/test/test_file_system_options.h
|
| diff --git a/content/public/test/test_file_system_options.h b/storage/browser/test/test_file_system_options.h
|
| similarity index 78%
|
| rename from content/public/test/test_file_system_options.h
|
| rename to storage/browser/test/test_file_system_options.h
|
| index f641921e7f9e4563f413e2a1f12a90979fbdbecc..aa44df5c3919718b4d2d6210721e132d20d0ef70 100644
|
| --- a/content/public/test/test_file_system_options.h
|
| +++ b/storage/browser/test/test_file_system_options.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_OPTIONS_H_
|
| -#define CONTENT_PUBLIC_TEST_TEST_FILE_SYSTEM_OPTIONS_H_
|
| +#ifndef STORAGE_BROWSER_TEST_TEST_FILE_SYSTEM_OPTIONS_H_
|
| +#define STORAGE_BROWSER_TEST_TEST_FILE_SYSTEM_OPTIONS_H_
|
|
|
| #include "storage/browser/fileapi/file_system_options.h"
|
|
|
| @@ -20,4 +20,4 @@ storage::FileSystemOptions CreateDisallowFileAccessOptions();
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_PUBLIC_TEST_TEST_FILE_SYSTEM_OPTIONS_H_
|
| +#endif // STORAGE_BROWSER_TEST_TEST_FILE_SYSTEM_OPTIONS_H_
|
|
|