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

Unified Diff: sync/syncable/syncable_write_transaction.h

Issue 11638018: [sync] Componentize sync: Part 5: Eliminate filename collisions in sync.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove comments Created 8 years 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 | « sync/syncable/syncable_util.cc ('k') | sync/syncable/syncable_write_transaction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/syncable_write_transaction.h
diff --git a/sync/syncable/write_transaction.h b/sync/syncable/syncable_write_transaction.h
similarity index 91%
rename from sync/syncable/write_transaction.h
rename to sync/syncable/syncable_write_transaction.h
index 875f6ec0c7bdb24209aff0e093646f6f3712949c..d45ee5faeb8ff332403eb41fb55a532e1b1b64fd 100644
--- a/sync/syncable/write_transaction.h
+++ b/sync/syncable/syncable_write_transaction.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_SYNCABLE_WRITE_TRANSACTION_H_
-#define SYNC_SYNCABLE_WRITE_TRANSACTION_H_
+#ifndef SYNC_SYNCABLE_SYNCABLE_WRITE_TRANSACTION_H_
+#define SYNC_SYNCABLE_SYNCABLE_WRITE_TRANSACTION_H_
#include "sync/base/sync_export.h"
-#include "sync/syncable/base_transaction.h"
#include "sync/syncable/entry_kernel.h"
+#include "sync/syncable/syncable_base_transaction.h"
namespace syncer {
namespace syncable {
@@ -65,4 +65,4 @@ class WriteTransaction : public BaseTransaction {
} // namespace syncable
} // namespace syncer
-#endif // SYNC_SYNCABLE_WRITE_TRANSACTION_H_
+#endif // SYNC_SYNCABLE_SYNCABLE_WRITE_TRANSACTION_H_
« no previous file with comments | « sync/syncable/syncable_util.cc ('k') | sync/syncable/syncable_write_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698