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

Side by Side Diff: chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.h

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, 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_TOOLBAR_RECENT_TABS_BUILDER_TEST_HELPER_H_ 5 #ifndef CHROME_BROWSER_UI_TOOLBAR_RECENT_TABS_BUILDER_TEST_HELPER_H_
6 #define CHROME_BROWSER_UI_TOOLBAR_RECENT_TABS_BUILDER_TEST_HELPER_H_ 6 #define CHROME_BROWSER_UI_TOOLBAR_RECENT_TABS_BUILDER_TEST_HELPER_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/strings/string16.h" 10 #include "base/strings/string16.h"
11 #include "base/time/time.h" 11 #include "base/time/time.h"
12 #include "components/sessions/session_id.h" 12 #include "components/sessions/core/session_id.h"
13 13
14 namespace browser_sync { 14 namespace browser_sync {
15 class SessionsSyncManager; 15 class SessionsSyncManager;
16 } 16 }
17 17
18 namespace sync_driver { 18 namespace sync_driver {
19 class OpenTabsUIDelegate; 19 class OpenTabsUIDelegate;
20 } 20 }
21 21
22 namespace sync_pb { 22 namespace sync_pb {
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 77
78 std::vector<SessionInfo> sessions_; 78 std::vector<SessionInfo> sessions_;
79 base::Time start_time_; 79 base::Time start_time_;
80 80
81 int max_tab_node_id_; 81 int max_tab_node_id_;
82 82
83 DISALLOW_COPY_AND_ASSIGN(RecentTabsBuilderTestHelper); 83 DISALLOW_COPY_AND_ASSIGN(RecentTabsBuilderTestHelper);
84 }; 84 };
85 85
86 #endif // CHROME_BROWSER_UI_TOOLBAR_RECENT_TABS_BUILDER_TEST_HELPER_H_ 86 #endif // CHROME_BROWSER_UI_TOOLBAR_RECENT_TABS_BUILDER_TEST_HELPER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698