Index: shell/application_manager/fetcher.h |
diff --git a/shell/application_manager/fetcher.h b/shell/application_manager/fetcher.h |
index 0789387f9188915362136b10bf2977d58fa8b098..e1039f36d620442595c5927dda5dd23526892a6e 100644 |
--- a/shell/application_manager/fetcher.h |
+++ b/shell/application_manager/fetcher.h |
@@ -63,8 +63,8 @@ class Fetcher { |
GURL* mojo_content_handler_url); |
protected: |
- static const char kMojoMagic[]; |
- static const size_t kMaxShebangLength; |
+ static bool HasMojoMagic(const base::FilePath& path); |
+ static bool PeekFirstLine(const base::FilePath& path, std::string* line); |
FetchCallback loader_callback_; |
}; |