| Index: chrome/browser/search/local_files_ntp_source.h
|
| diff --git a/chrome/browser/search/local_files_ntp_source.h b/chrome/browser/search/local_files_ntp_source.h
|
| index aef34a3bdd94d924295a52a4a8094780b9bc891f..adfc934df5541ab95a91623e721e10a9893a4044 100644
|
| --- a/chrome/browser/search/local_files_ntp_source.h
|
| +++ b/chrome/browser/search/local_files_ntp_source.h
|
| @@ -6,8 +6,11 @@
|
| #define CHROME_BROWSER_SEARCH_LOCAL_FILES_NTP_SOURCE_H_
|
|
|
| #include <string>
|
| +#include "build/build_config.h"
|
| #include "content/public/browser/url_data_source.h"
|
|
|
| +#if !defined(GOOGLE_CHROME_BUILD) && !defined(OS_IOS)
|
| +
|
| namespace local_ntp {
|
|
|
| // Sends the content of |path| to |callback|, reading |path| as a local file.
|
| @@ -26,4 +29,5 @@ void SendLocalFileResourceWithOrigin(
|
|
|
| } // namespace local_ntp
|
|
|
| +#endif // !defined(GOOGLE_CHROME_BUILD) && !defined(OS_IOS)
|
| #endif // CHROME_BROWSER_SEARCH_LOCAL_FILES_NTP_SOURCE_H_
|
|
|