Index: chrome/browser/chromeos/file_system_provider/operations/read_file_unittest.cc |
diff --git a/chrome/browser/chromeos/file_system_provider/operations/read_file_unittest.cc b/chrome/browser/chromeos/file_system_provider/operations/read_file_unittest.cc |
index 12c84c6b864f91325e1b5eb3d6b1cbe2b294f204..da59b320554456af717df4fb88a949c3b688acc3 100644 |
--- a/chrome/browser/chromeos/file_system_provider/operations/read_file_unittest.cc |
+++ b/chrome/browser/chromeos/file_system_provider/operations/read_file_unittest.cc |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "chrome/browser/chromeos/file_system_provider/operations/read_file.h" |
+ |
#include <string> |
#include "base/files/file.h" |
@@ -10,7 +12,6 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/scoped_vector.h" |
#include "base/values.h" |
-#include "chrome/browser/chromeos/file_system_provider/operations/read_file.h" |
#include "chrome/browser/chromeos/file_system_provider/operations/test_util.h" |
#include "chrome/common/extensions/api/file_system_provider.h" |
#include "chrome/common/extensions/api/file_system_provider_internal.h" |