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

Unified Diff: trunk/src/third_party/libaddressinput/chromium/chrome_storage_impl_unittest.cc

Issue 388613002: Revert 282408 "Use upstream libaddressinput in Chrome." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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: trunk/src/third_party/libaddressinput/chromium/chrome_storage_impl_unittest.cc
===================================================================
--- trunk/src/third_party/libaddressinput/chromium/chrome_storage_impl_unittest.cc (revision 282425)
+++ trunk/src/third_party/libaddressinput/chromium/chrome_storage_impl_unittest.cc (working copy)
@@ -7,9 +7,9 @@
#include <string>
#include "base/prefs/value_map_pref_store.h"
+#include "cpp/test/storage_test_runner.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "third_party/libaddressinput/chromium/storage_test_runner.h"
-#include "third_party/libaddressinput/src/cpp/include/libaddressinput/callback.h"
+#include "third_party/libaddressinput/chromium/cpp/include/libaddressinput/callback.h"
namespace autofill {
@@ -25,7 +25,7 @@
scoped_refptr<ValueMapPrefStore> store_;
ChromeStorageImpl storage_;
- StorageTestRunner runner_;
+ i18n::addressinput::StorageTestRunner runner_;
};
TEST_F(ChromeStorageImplTest, StandardStorageTests) {

Powered by Google App Engine
This is Rietveld 408576698