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

Unified Diff: athena/extensions/chrome/extensions_delegate_impl.cc

Issue 534353002: Fix the build error of athena on chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/extensions/chrome/extensions_delegate_impl.cc
diff --git a/athena/extensions/chrome/extensions_delegate_impl.cc b/athena/extensions/chrome/extensions_delegate_impl.cc
index 9313862937ece4f638fb83c8d9ab8d480858a724..de97c306f299a8ad3d548346d7f78b7cf53abea8 100644
--- a/athena/extensions/chrome/extensions_delegate_impl.cc
+++ b/athena/extensions/chrome/extensions_delegate_impl.cc
@@ -13,6 +13,7 @@
#include "chrome/common/extensions/manifest_handlers/app_launch_info.h"
#include "extensions/browser/extension_registry.h"
#include "extensions/browser/extension_system.h"
+#include "extensions/common/constants.h"
#include "extensions/common/extension_set.h"
#include "extensions/common/extension_urls.h"
#include "net/base/url_util.h"
@@ -59,7 +60,7 @@ class ChromeExtensionsDelegate : public ExtensionsDelegate {
chrome::HOST_DESKTOP_TYPE_ASH);
// TODO(oshima): rename HOST_DESTOP_TYPE_ASH to non native desktop.
- if (app_id == extension_misc::kWebStoreAppId) {
+ if (app_id == extensions::kWebStoreAppId) {
std::string source_value =
std::string(extension_urls::kLaunchSourceAppList);
// Set an override URL to include the source.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698