| 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 c71041b305edb2c2bce410de991d6e5f38a7a578..aef34a3bdd94d924295a52a4a8094780b9bc891f 100644
|
| --- a/chrome/browser/search/local_files_ntp_source.h
|
| +++ b/chrome/browser/search/local_files_ntp_source.h
|
| @@ -4,8 +4,6 @@
|
|
|
| #ifndef CHROME_BROWSER_SEARCH_LOCAL_FILES_NTP_SOURCE_H_
|
| #define CHROME_BROWSER_SEARCH_LOCAL_FILES_NTP_SOURCE_H_
|
| -
|
| -#if !defined(GOOGLE_CHROME_BUILD) && !defined(OS_IOS)
|
|
|
| #include <string>
|
| #include "content/public/browser/url_data_source.h"
|
| @@ -28,5 +26,4 @@
|
|
|
| } // namespace local_ntp
|
|
|
| -#endif // !defined(GOOGLE_CHROME_BUILD) && !defined(OS_IOS)
|
| #endif // CHROME_BROWSER_SEARCH_LOCAL_FILES_NTP_SOURCE_H_
|
|
|