Index: chrome/browser/chromeos/drive/fake_file_system_unittest.cc |
diff --git a/chrome/browser/chromeos/drive/fake_file_system_unittest.cc b/chrome/browser/chromeos/drive/fake_file_system_unittest.cc |
index 2e44ed21830d338993115f5218bf896f7716e6f0..9e6742ad56776832b39f814c2bbd67f9ba9339ce 100644 |
--- a/chrome/browser/chromeos/drive/fake_file_system_unittest.cc |
+++ b/chrome/browser/chromeos/drive/fake_file_system_unittest.cc |
@@ -10,6 +10,7 @@ |
#include "chrome/browser/drive/fake_drive_service.h" |
#include "chrome/browser/drive/test_util.h" |
#include "content/public/test/test_browser_thread_bundle.h" |
+#include "content/public/test/test_utils.h" |
hashimoto
2014/07/15 05:17:41
nit: Is this include needed?
mtomasz
2014/07/15 05:45:29
Done.
hashimoto
2014/07/15 05:49:40
What have you done?
mtomasz
2014/07/15 05:59:16
Removed since not needed?
hashimoto
2014/07/15 06:03:44
Ah, "Delta from patch set" doesn't show anything f
|
#include "google_apis/drive/test_util.h" |
#include "testing/gtest/include/gtest/gtest.h" |