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

Unified Diff: chrome/common/db_message_filter.h

Issue 173026: Move IDMap back to base/ where it is needed. (Closed)
Patch Set: Created 11 years, 4 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 | « chrome/common/app_cache/app_cache_dispatcher_host.h ('k') | chrome/common/db_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/db_message_filter.h
diff --git a/chrome/common/db_message_filter.h b/chrome/common/db_message_filter.h
index 47284006abf4b106c40c4bcaa6e5867fb9173fde..1376db01b318d7baacfd53d0c2dc4fe28a252820 100644
--- a/chrome/common/db_message_filter.h
+++ b/chrome/common/db_message_filter.h
@@ -5,9 +5,9 @@
#ifndef CHROME_COMMON_DB_MESSAGE_FILTER_H_
#define CHROME_COMMON_DB_MESSAGE_FILTER_H_
+#include "base/id_map.h"
#include "base/scoped_ptr.h"
#include "base/waitable_event.h"
-#include "chrome/common/id_map.h"
#include "ipc/ipc_channel_proxy.h"
class Lock;
« no previous file with comments | « chrome/common/app_cache/app_cache_dispatcher_host.h ('k') | chrome/common/db_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698