commit | e9f541ab939ab67b0b4c90f362001201fe0804ad | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Nov 19 21:52:31 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Nov 19 21:52:31 2012 |
tree | f7015983be2f8a8ae737a336aee458f3d53a614a | |
parent | 65431cb6800bf5ac61e4a2aacc52e5e6c4d39469 [diff] [blame] |
Move extension_error_utils.* and url_pattern_set.* into top-level extensions dir. BUG=159265 [email protected] NOTRY=true Review URL: https://codereview.chromium.org/11312228 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168613 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/menu_manager.h b/chrome/browser/extensions/menu_manager.h index d9d14b6..bbbe0f0 100644 --- a/chrome/browser/extensions/menu_manager.h +++ b/chrome/browser/extensions/menu_manager.h
@@ -18,9 +18,9 @@ #include "base/string16.h" #include "base/values.h" #include "chrome/browser/extensions/extension_icon_manager.h" -#include "chrome/common/extensions/url_pattern_set.h" #include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_registrar.h" +#include "extensions/common/url_pattern_set.h" class Profile;