summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_plugin_browsing_context.h
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-19 14:56:38 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-19 14:56:38 +0000
commit925d5d60d95e96ea5e1c89d44dd348915984776e (patch)
treea8ace3f83560d2302fbae1f5676512d70f83a6f2 /chrome/browser/chrome_plugin_browsing_context.h
parent3f52e375705b4a3894023b10a5e94b6deb2d4169 (diff)
downloadchromium_src-925d5d60d95e96ea5e1c89d44dd348915984776e.zip
chromium_src-925d5d60d95e96ea5e1c89d44dd348915984776e.tar.gz
chromium_src-925d5d60d95e96ea5e1c89d44dd348915984776e.tar.bz2
Move IDMap back to base/ where it is needed.
TEST=Covered by base_unittests. BUG=none Review URL: http://codereview.chromium.org/173026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23709 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_plugin_browsing_context.h')
-rw-r--r--chrome/browser/chrome_plugin_browsing_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chrome_plugin_browsing_context.h b/chrome/browser/chrome_plugin_browsing_context.h
index d79f5d2..16499e8 100644
--- a/chrome/browser/chrome_plugin_browsing_context.h
+++ b/chrome/browser/chrome_plugin_browsing_context.h
@@ -7,8 +7,8 @@
#include <map>
+#include "base/id_map.h"
#include "chrome/common/chrome_plugin_api.h"
-#include "chrome/common/id_map.h"
#include "chrome/common/notification_registrar.h"
class URLRequestContext;