| 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_
 | 
| 
 |