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

Side by Side Diff: chrome/browser/sync/util/path_helpers_mac.cc

Issue 340055: String cleanup in sync code (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/port.h" 5 #include "base/port.h"
6 #include "chrome/browser/sync/util/path_helpers.h" 6 #include "chrome/browser/sync/util/path_helpers.h"
7 7
8 #ifndef OS_MACOSX 8 #ifndef OS_MACOSX
9 #error Compile this file on Mac only. 9 #error Compile this file on Mac only.
10 #endif 10 #endif
11
12 PathString GetFullPath(const PathString& path) {
13 // TODO(sync): Not sure what the base of the relative path should be on
14 // OS X.
15 return path;
16 }
17
OLDNEW
« no previous file with comments | « chrome/browser/sync/util/path_helpers_linux.cc ('k') | chrome/browser/sync/util/path_helpers_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698