diff options
Diffstat (limited to 'chrome/browser/sync/engine/syncapi.h')
| -rw-r--r-- | chrome/browser/sync/engine/syncapi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/sync/engine/syncapi.h b/chrome/browser/sync/engine/syncapi.h index f748106..65000b7 100644 --- a/chrome/browser/sync/engine/syncapi.h +++ b/chrome/browser/sync/engine/syncapi.h @@ -43,7 +43,6 @@ #include <vector> #include "base/basictypes.h" -#include "base/file_path.h" #include "base/gtest_prod_util.h" #include "base/scoped_ptr.h" #include "build/build_config.h" @@ -53,6 +52,8 @@ #include "chrome/browser/sync/util/cryptographer.h" #include "googleurl/src/gurl.h" +class FilePath; + namespace browser_sync { class ModelSafeWorkerRegistrar; |
