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

Unified Diff: sync/syncable/dir_open_result.h

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix some minor diffs Created 8 years, 9 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: sync/syncable/dir_open_result.h
diff --git a/chrome/browser/sync/syncable/dir_open_result.h b/sync/syncable/dir_open_result.h
similarity index 73%
rename from chrome/browser/sync/syncable/dir_open_result.h
rename to sync/syncable/dir_open_result.h
index 4f082d581b2ece9ae964de74b30cf4f774401791..6138a263b5b412c42a050548004fb40909164cd3 100644
--- a/chrome/browser/sync/syncable/dir_open_result.h
+++ b/sync/syncable/dir_open_result.h
@@ -1,9 +1,9 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_SYNC_SYNCABLE_DIR_OPEN_RESULT_H_
-#define CHROME_BROWSER_SYNC_SYNCABLE_DIR_OPEN_RESULT_H_
+#ifndef SYNC_SYNCABLE_DIR_OPEN_RESULT_H_
+#define SYNC_SYNCABLE_DIR_OPEN_RESULT_H_
#pragma once
namespace syncable {
@@ -17,4 +17,4 @@ enum DirOpenResult { OPENED, // success.
};
} // namespace syncable
-#endif // CHROME_BROWSER_SYNC_SYNCABLE_DIR_OPEN_RESULT_H_
+#endif // SYNC_SYNCABLE_DIR_OPEN_RESULT_H_

Powered by Google App Engine
This is Rietveld 408576698