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

Unified Diff: components/sync/base/bind_to_task_runner.h

Issue 2389063002: [Sync] Fixing easy lint violations. (Closed)
Patch Set: Updated for Max's comments. 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 | « components/sync/api/mock_model_type_store.h ('k') | components/sync/base/immutable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/bind_to_task_runner.h
diff --git a/components/sync/base/bind_to_task_runner.h b/components/sync/base/bind_to_task_runner.h
index ee2972daecec5abcedb1f0b7313140d512121099..4da38829127f3fdfc75301a83ab9372d43cb6b02 100644
--- a/components/sync/base/bind_to_task_runner.h
+++ b/components/sync/base/bind_to_task_runner.h
@@ -12,7 +12,6 @@
#include "base/callback.h"
#include "base/location.h"
#include "base/memory/ref_counted.h"
-#include "base/memory/scoped_vector.h"
#include "base/task_runner.h"
#include "base/threading/thread_task_runner_handle.h"
@@ -48,12 +47,6 @@ base::internal::PassedWrapper<std::unique_ptr<T, R>> TrampolineForward(
return base::Passed(&p);
}
-template <typename T>
-base::internal::PassedWrapper<ScopedVector<T>> TrampolineForward(
- ScopedVector<T>& p) {
- return base::Passed(&p);
-}
-
template <typename Sig>
struct BindToTaskRunnerTrampoline;
« no previous file with comments | « components/sync/api/mock_model_type_store.h ('k') | components/sync/base/immutable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698