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

Unified Diff: chrome/common/ini_parser_unittest.cc

Issue 453703002: Move ini_parser from base to chrome/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more Created 6 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
Index: chrome/common/ini_parser_unittest.cc
diff --git a/base/ini_parser_unittest.cc b/chrome/common/ini_parser_unittest.cc
similarity index 98%
rename from base/ini_parser_unittest.cc
rename to chrome/common/ini_parser_unittest.cc
index ff90f6c8fc7f686a2600a85a0180fe5829063766..7ea54610dd00e249aaef48066ba1b881e5f8ac36 100644
--- a/base/ini_parser_unittest.cc
+++ b/chrome/common/ini_parser_unittest.cc
@@ -5,11 +5,9 @@
#include <string>
#include <vector>
-#include "base/ini_parser.h"
+#include "chrome/common/ini_parser.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace base {
-
namespace {
struct TestTriplet {
@@ -127,5 +125,3 @@ TEST(INIParserTest, DictionaryValueINIParser) {
}
} // namespace
-
-} // namespace base

Powered by Google App Engine
This is Rietveld 408576698