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

Unified Diff: chrome/browser/sync/glue/session_model_associator.h

Issue 8537003: Cleanup: Remove unneeded forward declarations in chrome/browser/sync. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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: chrome/browser/sync/glue/session_model_associator.h
===================================================================
--- chrome/browser/sync/glue/session_model_associator.h (revision 110049)
+++ chrome/browser/sync/glue/session_model_associator.h (working copy)
@@ -37,7 +37,6 @@
namespace sync_api {
class BaseTransaction;
class ReadNode;
-class WriteNode;
class WriteTransaction;
} // namespace sync_api
@@ -258,6 +257,7 @@
int64 sync_id() const { return sync_id_; }
const SessionTab* session_tab() const { return session_tab_; }
const SyncedTabDelegate* tab() const { return tab_; }
+
private:
int64 sync_id_;
SessionTab* session_tab_;
@@ -321,6 +321,7 @@
void set_machine_tag(const std::string& machine_tag) {
machine_tag_ = machine_tag;
}
+
private:
// Pool of all available syncid's for tab's we have created.
std::vector<int64> tab_syncid_pool_;
« no previous file with comments | « chrome/browser/sync/glue/password_model_associator.h ('k') | chrome/browser/sync/glue/theme_model_associator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698