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

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

Issue 127223003: [rAc - libaddressinput] Chrome download impl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 6 years, 11 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: third_party/libaddressinput/chromium/chrome_storage_impl_unittest.cc
diff --git a/third_party/libaddressinput/chromium/chrome_storage_impl_unittest.cc b/third_party/libaddressinput/chromium/chrome_storage_impl_unittest.cc
index 12ac2eff51ee215365a04416bcbe60d0c0500366..0e8043da7b27a19608bc40c2d44a1af0a839ceaa 100644
--- a/third_party/libaddressinput/chromium/chrome_storage_impl_unittest.cc
+++ b/third_party/libaddressinput/chromium/chrome_storage_impl_unittest.cc
@@ -9,8 +9,7 @@
#include "base/prefs/value_map_pref_store.h"
#include "cpp/test/storage_test_runner.h"
#include "testing/gtest/include/gtest/gtest.h"
-
-namespace {
+#include "third_party/libaddressinput/chromium/cpp/include/libaddressinput/callback.h"
// Tests for ChromeStorageImpl object.
class ChromeStorageImplTest : public testing::Test {
@@ -30,5 +29,3 @@ class ChromeStorageImplTest : public testing::Test {
TEST_F(ChromeStorageImplTest, StandardStorageTests) {
EXPECT_NO_FATAL_FAILURE(runner_.RunAllTests());
}
-
-} // namespace

Powered by Google App Engine
This is Rietveld 408576698