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

Unified Diff: chrome/browser/sync/internal_api/change_record.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
« no previous file with comments | « chrome/browser/sync/glue/typed_url_model_associator.h ('k') | chrome/browser/sync/internal_api/read_node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/internal_api/change_record.h
===================================================================
--- chrome/browser/sync/internal_api/change_record.h (revision 110049)
+++ chrome/browser/sync/internal_api/change_record.h (working copy)
@@ -5,6 +5,8 @@
#ifndef CHROME_BROWSER_SYNC_INTERNAL_API_CHANGE_RECORD_H_
#define CHROME_BROWSER_SYNC_INTERNAL_API_CHANGE_RECORD_H_
+#include <vector>
+
#include "base/basictypes.h"
#include "base/memory/linked_ptr.h"
#include "chrome/browser/sync/protocol/password_specifics.pb.h"
@@ -17,8 +19,6 @@
namespace sync_api {
-class BaseTransaction;
-
// TODO(zea): One day get passwords playing nicely with the rest of encryption
// and get rid of this.
class ExtraPasswordChangeRecordData {
@@ -62,6 +62,6 @@
typedef browser_sync::Immutable<ChangeRecordList> ImmutableChangeRecordList;
-} // namespace sync_api
+} // namespace sync_api
#endif // CHROME_BROWSER_SYNC_INTERNAL_API_CHANGE_RECORD_H_
« no previous file with comments | « chrome/browser/sync/glue/typed_url_model_associator.h ('k') | chrome/browser/sync/internal_api/read_node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698