| Index: chrome/browser/chromeos/gdata/drive_cache.cc
|
| diff --git a/chrome/browser/chromeos/gdata/drive_cache.cc b/chrome/browser/chromeos/gdata/drive_cache.cc
|
| index d8acd9b94dd9b5626ffd16a7e9c1329947586ac7..f8e858398ae2016ca1ebfb338218983ab43186f7 100644
|
| --- a/chrome/browser/chromeos/gdata/drive_cache.cc
|
| +++ b/chrome/browser/chromeos/gdata/drive_cache.cc
|
| @@ -12,9 +12,9 @@
|
| #include "base/stringprintf.h"
|
| #include "base/string_util.h"
|
| #include "base/sys_info.h"
|
| -#include "chrome/browser/chromeos/gdata/drive.pb.h"
|
| #include "chrome/browser/chromeos/gdata/drive_cache_metadata.h"
|
| #include "chrome/browser/chromeos/gdata/drive_file_system_util.h"
|
| +#include "chrome/browser/google_apis/drive.pb.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_paths_internal.h"
|
|
|