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

Unified Diff: base/id_map_unittest.cc

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 | « base/id_map.h ('k') | chrome/browser/chrome_plugin_browsing_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/id_map_unittest.cc
diff --git a/chrome/common/id_map_unittest.cc b/base/id_map_unittest.cc
similarity index 98%
rename from chrome/common/id_map_unittest.cc
rename to base/id_map_unittest.cc
index ed15cbe3283a67ccad3d21fe8e374bb5c5710520..7b12e3526429873f62b4ff9d431beeac53a71e01 100644
--- a/chrome/common/id_map_unittest.cc
+++ b/base/id_map_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/id_map.h"
+#include "base/id_map.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « base/id_map.h ('k') | chrome/browser/chrome_plugin_browsing_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698