Chromium Code Reviews| Index: chrome/browser/chromeos/gdata/gdata_util_unittest.cc |
| diff --git a/chrome/browser/chromeos/gdata/gdata_util_unittest.cc b/chrome/browser/chromeos/gdata/gdata_util_unittest.cc |
| index 727d0c6d385b9cee417e92a88dfaea8d04f5c2fc..c5d7b95b6fc82c17a1e752e403db9cb5c13c0af0 100644 |
| --- a/chrome/browser/chromeos/gdata/gdata_util_unittest.cc |
| +++ b/chrome/browser/chromeos/gdata/gdata_util_unittest.cc |
| @@ -2,9 +2,9 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "chrome/browser/chromeos/gdata/gdata_util.h" |
| - |
| +#include "base/bind.h" |
| #include "base/file_path.h" |
| +#include "chrome/browser/chromeos/gdata/gdata_util.h" |
|
satorux1
2012/06/07 22:47:17
Please put this on the top.
I guess you don't hav
hshi1
2012/06/08 00:22:05
Done.
|
| #include "testing/gmock/include/gmock/gmock.h" |
| #include "testing/gtest/include/gtest/gtest.h" |