commit | 7160384e2420a0636063ca4a9f068c1c78b34ba7 | [log] [tgz] |
---|---|---|
author | skym <[email protected]> | Mon Oct 10 18:17:31 2016 |
committer | Commit bot <[email protected]> | Mon Oct 10 18:20:00 2016 |
tree | fa56c2f07c0ca7eb54e2a5536c5493c0cb77bd98 | |
parent | ec0ed02ab197a731d3dcccdd7379c71a057353a1 [diff] [blame] |
[Sync] Renaming sync/api* to sync/model*. BUG=654101 Review-Url: https://codereview.chromium.org/2401223002 Cr-Commit-Position: refs/heads/master@{#424184}
diff --git a/extensions/browser/app_sorting.h b/extensions/browser/app_sorting.h index 12c9920d..8053563 100644 --- a/extensions/browser/app_sorting.h +++ b/extensions/browser/app_sorting.h
@@ -10,7 +10,7 @@ #include <string> #include "base/macros.h" -#include "components/sync/api/string_ordinal.h" +#include "components/sync/model/string_ordinal.h" #include "extensions/common/extension.h" namespace extensions {