diff options
Diffstat (limited to 'chrome/browser/ui/webui/screenshot_source.cc')
-rw-r--r-- | chrome/browser/ui/webui/screenshot_source.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/screenshot_source.cc b/chrome/browser/ui/webui/screenshot_source.cc index 87a83a3..9d92f98 100644 --- a/chrome/browser/ui/webui/screenshot_source.cc +++ b/chrome/browser/ui/webui/screenshot_source.cc @@ -5,8 +5,8 @@ #include "chrome/browser/ui/webui/screenshot_source.h" #include "base/file_util.h" +#include "base/memory/ref_counted_memory.h" #include "base/path_service.h" -#include "base/ref_counted_memory.h" #include "base/synchronization/waitable_event.h" #include "base/task.h" #include "chrome/common/chrome_paths.h" |