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

Unified Diff: components/sync_driver/tab_node_pool.h

Issue 1366123002: Cleanup: IWYU for base/gtest_prod_util.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gtest_iwyu
Patch Set: more lint Created 5 years, 3 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_driver/favicon_cache.h ('k') | components/syncable_prefs/pref_model_associator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/tab_node_pool.h
diff --git a/components/sync_driver/tab_node_pool.h b/components/sync_driver/tab_node_pool.h
index 4045df482e324a82c9fed833ef43e868355d9adc..f908b8a9bdd7b6e282066cc5098ff323243fc5fb 100644
--- a/components/sync_driver/tab_node_pool.h
+++ b/components/sync_driver/tab_node_pool.h
@@ -10,7 +10,6 @@
#include <string>
#include "base/basictypes.h"
-#include "base/gtest_prod_util.h"
#include "components/sessions/core/session_id.h"
#include "sync/api/sync_change_processor.h"
@@ -40,7 +39,7 @@ namespace browser_sync {
class TabNodePool {
public:
- TabNodePool();
+ TabNodePool();
~TabNodePool();
enum InvalidTab {
kInvalidTabID = -1
« no previous file with comments | « components/sync_driver/favicon_cache.h ('k') | components/syncable_prefs/pref_model_associator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698