This commit is contained in:
Matt Perry 2015-09-10 17:19:13 -04:00
parent 2c7f0bdb9a
commit ec47806621

View File

@ -5,8 +5,6 @@
#ifndef SKY_SHELL_UPDATER_UPDATE_TASK_H_
#define SKY_SHELL_UPDATER_UPDATE_TASK_H_
#include <jni.h>
#include "base/files/file_path.h"
#include "base/memory/scoped_ptr.h"
#include "base/task_runner.h"
@ -52,8 +50,6 @@ class UpdateTask {
base::FilePath temp_path_;
};
bool RegisterUpdateService(JNIEnv* env);
} // namespace shell
} // namespace sky