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

Unified Diff: components/invalidation/invalidation_service_test_template.h

Issue 319223002: Componentize TiclInvalidationService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 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: components/invalidation/invalidation_service_test_template.h
diff --git a/chrome/browser/invalidation/invalidation_service_test_template.h b/components/invalidation/invalidation_service_test_template.h
similarity index 97%
rename from chrome/browser/invalidation/invalidation_service_test_template.h
rename to components/invalidation/invalidation_service_test_template.h
index 52d00d4e4317f987547f892809d26338ccee6da4..e051424d91bc9277197f343317d4f25b8dd9a48d 100644
--- a/chrome/browser/invalidation/invalidation_service_test_template.h
+++ b/components/invalidation/invalidation_service_test_template.h
@@ -68,14 +68,13 @@
//
// Easy!
-#ifndef CHROME_BROWSER_INVALIDATION_INVALIDATION_SERVICE_TEST_TEMPLATE_H_
-#define CHROME_BROWSER_INVALIDATION_INVALIDATION_SERVICE_TEST_TEMPLATE_H_
+#ifndef COMPONENTS_INVALIDATION_INVALIDATION_SERVICE_TEST_TEMPLATE_H_
+#define COMPONENTS_INVALIDATION_INVALIDATION_SERVICE_TEST_TEMPLATE_H_
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "components/invalidation/fake_invalidation_handler.h"
#include "components/invalidation/invalidation_service.h"
-#include "content/public/test/test_browser_thread_bundle.h"
#include "google/cacheinvalidation/include/types.h"
#include "google/cacheinvalidation/types.pb.h"
#include "sync/internal_api/public/base/ack_handle.h"
@@ -101,7 +100,6 @@ class InvalidationServiceTest : public testing::Test {
return this->delegate_.GetInvalidationService();
}
- content::TestBrowserThreadBundle thread_bundle_;
InvalidatorTestDelegate delegate_;
const invalidation::ObjectId id1;
@@ -387,4 +385,4 @@ REGISTER_TYPED_TEST_CASE_P(InvalidationServiceTest,
Basic, MultipleHandlers, EmptySetUnregisters,
GetInvalidatorStateAlwaysCurrent);
-#endif // CHROME_BROWSER_INVALIDATION_INVALIDATION_SERVICE_TEST_TEMPLATE_H_
+#endif // COMPONENTS_INVALIDATION_INVALIDATION_SERVICE_TEST_TEMPLATE_H_
« no previous file with comments | « components/invalidation/gcm_invalidation_bridge.cc ('k') | components/invalidation/invalidation_service_test_template.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698