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

Unified Diff: blimp/helium/helium_test.h

Issue 2402153002: Add CompoundSyncable class for synchronizing containers of Syncables. (Closed)
Patch Set: make literal unsigned Created 4 years, 2 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 | « blimp/helium/errors.h ('k') | blimp/helium/lww_register.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/helium/helium_test.h
diff --git a/blimp/helium/helium_test.h b/blimp/helium/helium_test.h
index 3b969a9cc7d75a78f5c4ce417b83c1c0e3d4533a..819113c883f3ab6b8b11f2b3f1266b2dc75a129a 100644
--- a/blimp/helium/helium_test.h
+++ b/blimp/helium/helium_test.h
@@ -11,7 +11,6 @@
namespace blimp {
namespace helium {
-namespace test {
class HeliumTest : public ::testing::Test {
public:
@@ -24,7 +23,6 @@ class HeliumTest : public ::testing::Test {
DISALLOW_COPY_AND_ASSIGN(HeliumTest);
};
-} // namespace test
} // namespace helium
} // namespace blimp
« no previous file with comments | « blimp/helium/errors.h ('k') | blimp/helium/lww_register.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698