Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: extensions/browser/updater/extension_downloader_delegate.h

Issue 654363002: Move ExtensionDownloader to //extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « extensions/browser/updater/extension_downloader.cc ('k') | extensions/browser/updater/extension_downloader_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698