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

Unified Diff: chrome/common/db_message_filter.cc

Issue 164428: Move IDMap from base/ to common/ (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/db_message_filter.h ('k') | chrome/common/id_map.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/db_message_filter.cc
diff --git a/chrome/common/db_message_filter.cc b/chrome/common/db_message_filter.cc
index cba4aea0be08b6ffc6bc0f84d53eb41fcfa96e5c..992ffad104633a532d8ea6b222cf1400110647d2 100644
--- a/chrome/common/db_message_filter.cc
+++ b/chrome/common/db_message_filter.cc
@@ -5,12 +5,12 @@
#include "db_message_filter.h"
#include "base/atomic_sequence_num.h"
-#include "base/id_map.h"
#include "base/lock.h"
#include "base/message_loop.h"
#include "base/platform_file.h"
#include "base/task.h"
#include "chrome/common/child_process.h"
+#include "chrome/common/id_map.h"
#include "chrome/common/render_messages.h"
#include "ipc/ipc_channel.h"
#include "ipc/ipc_message.h"
« no previous file with comments | « chrome/common/db_message_filter.h ('k') | chrome/common/id_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698