| Index: sync/syncable/directory.h
|
| diff --git a/sync/syncable/directory.h b/sync/syncable/directory.h
|
| index b54b0cc3ea2045e087099df2fb0d2dc0a52db2a9..51ceaf82bd435c0727e1170caef2cebec726b57c 100644
|
| --- a/sync/syncable/directory.h
|
| +++ b/sync/syncable/directory.h
|
| @@ -141,7 +141,7 @@ class SYNC_EXPORT Directory {
|
| TakeSnapshotGetsMetahandlesToPurge);
|
|
|
| public:
|
| - static const FilePath::CharType kSyncDatabaseFilename[];
|
| + static const base::FilePath::CharType kSyncDatabaseFilename[];
|
|
|
| // Various data that the Directory::Kernel we are backing (persisting data
|
| // for) needs saved across runs of the application.
|
|
|