Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / pending_extension_manager.cc
index ee8e251..2a8f0f1 100644 (file)
@@ -12,6 +12,7 @@
 #include "content/public/browser/browser_thread.h"
 #include "extensions/browser/extension_prefs.h"
 #include "extensions/browser/extension_registry.h"
+#include "extensions/common/constants.h"
 #include "extensions/common/extension.h"
 #include "url/gurl.h"
 
@@ -104,7 +105,7 @@ bool PendingExtensionManager::AddFromSync(
   // Make sure we don't ever try to install the CWS app, because even though
   // it is listed as a syncable app (because its values need to be synced) it
   // should already be installed on every instance.
-  if (id == extension_misc::kWebStoreAppId) {
+  if (id == extensions::kWebStoreAppId) {
     NOTREACHED();
     return false;
   }