| Index: content/public/test/mock_download_manager.h
|
| diff --git a/content/public/test/mock_download_manager.h b/content/public/test/mock_download_manager.h
|
| index 42275cb4876d5fba06188a7c656d02e9a56ca906..b2e3ef1d804955ab2003ebfceb65f2420e55e0ce 100644
|
| --- a/content/public/test/mock_download_manager.h
|
| +++ b/content/public/test/mock_download_manager.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_BROWSER_DOWNLOAD_MOCK_DOWNLOAD_MANAGER_H_
|
| -#define CONTENT_PUBLIC_BROWSER_DOWNLOAD_MOCK_DOWNLOAD_MANAGER_H_
|
| +#ifndef CONTENT_PUBLIC_TEST_MOCK_DOWNLOAD_MANAGER_H_
|
| +#define CONTENT_PUBLIC_TEST_MOCK_DOWNLOAD_MANAGER_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -131,4 +131,4 @@ class MockDownloadManager : public DownloadManager {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_PUBLIC_BROWSER_DOWNLOAD_MOCK_DOWNLOAD_MANAGER_H_
|
| +#endif // CONTENT_PUBLIC_TEST_MOCK_DOWNLOAD_MANAGER_H_
|
|
|