| Index: extensions/browser/updater/extension_downloader_delegate.h
|
| diff --git a/chrome/browser/extensions/updater/extension_downloader_delegate.h b/extensions/browser/updater/extension_downloader_delegate.h
|
| similarity index 92%
|
| rename from chrome/browser/extensions/updater/extension_downloader_delegate.h
|
| rename to extensions/browser/updater/extension_downloader_delegate.h
|
| index f0b0a3c15fd4dd7abd82a1c19344bbc57d11bd81..aed6885c4bb873809b0623750cc4d14ff7f5e02d 100644
|
| --- a/chrome/browser/extensions/updater/extension_downloader_delegate.h
|
| +++ b/extensions/browser/updater/extension_downloader_delegate.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 CHROME_BROWSER_EXTENSIONS_UPDATER_EXTENSION_DOWNLOADER_DELEGATE_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_UPDATER_EXTENSION_DOWNLOADER_DELEGATE_H_
|
| +#ifndef EXTENSIONS_BROWSER_UPDATER_EXTENSION_DOWNLOADER_DELEGATE_H_
|
| +#define EXTENSIONS_BROWSER_UPDATER_EXTENSION_DOWNLOADER_DELEGATE_H_
|
|
|
| #include <set>
|
| #include <string>
|
| @@ -116,10 +116,9 @@ class ExtensionDownloaderDelegate {
|
| // what the source of this forcing is (i.e. what string will be passed
|
| // in |installsource| as part of the update query parameters). The default
|
| // implementation always returns |false|.
|
| - virtual bool ShouldForceUpdate(const std::string& id,
|
| - std::string* source);
|
| + virtual bool ShouldForceUpdate(const std::string& id, std::string* source);
|
| };
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_UPDATER_EXTENSION_DOWNLOADER_DELEGATE_H_
|
| +#endif // EXTENSIONS_BROWSER_UPDATER_EXTENSION_DOWNLOADER_DELEGATE_H_
|
|
|