commit | e4452d31c6aadb6e9c86836e8b45c0c151223826 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Nov 15 23:07:41 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Nov 15 23:07:41 2013 |
tree | 465eb8100a1d86ab889cd9f3f709df1703597a81 | |
parent | 741c3917b61418986e76534c2bc68394f6f23d29 [diff] [blame] |
Move Extension and PermissionsData to extensions/common. BUG=298586 [email protected], [email protected], [email protected] [email protected] Review URL: https://codereview.chromium.org/15239002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235462 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/ui/extensions/extension_installed_bubble.cc b/chrome/browser/ui/extensions/extension_installed_bubble.cc index 9c6ecdbe..40715db 100644 --- a/chrome/browser/ui/extensions/extension_installed_bubble.cc +++ b/chrome/browser/ui/extensions/extension_installed_bubble.cc
@@ -13,9 +13,9 @@ #include "chrome/browser/ui/browser.h" #include "chrome/common/extensions/api/extension_action/action_info.h" #include "chrome/common/extensions/api/omnibox/omnibox_handler.h" -#include "chrome/common/extensions/extension.h" #include "content/public/browser/notification_details.h" #include "content/public/browser/notification_source.h" +#include "extensions/common/extension.h" using content::Details; using extensions::Extension;