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

Unified Diff: components/sync_driver/revisit/offset_tab_matcher_unittest.cc

Issue 1361613002: Move all core files in //components/sessions into core/ subdir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
Index: components/sync_driver/revisit/offset_tab_matcher_unittest.cc
diff --git a/components/sync_driver/revisit/offset_tab_matcher_unittest.cc b/components/sync_driver/revisit/offset_tab_matcher_unittest.cc
index 79ac29ea3db16c1e4b715a30971704da6fa8991f..bcfe2bb6fdea0ad9c561830a0613019c0b685673 100644
--- a/components/sync_driver/revisit/offset_tab_matcher_unittest.cc
+++ b/components/sync_driver/revisit/offset_tab_matcher_unittest.cc
@@ -7,9 +7,9 @@
#include "base/memory/scoped_ptr.h"
#include "base/test/histogram_tester.h"
#include "base/time/time.h"
-#include "components/sessions/serialized_navigation_entry.h"
-#include "components/sessions/serialized_navigation_entry_test_helper.h"
-#include "components/sessions/session_types.h"
+#include "components/sessions/core/serialized_navigation_entry.h"
+#include "components/sessions/core/serialized_navigation_entry_test_helper.h"
+#include "components/sessions/core/session_types.h"
#include "components/sync_driver/revisit/page_equality.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
« no previous file with comments | « components/sync_driver/revisit/offset_tab_matcher.cc ('k') | components/sync_driver/revisit/sessions_page_revisit_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698