Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1446)

Unified Diff: extensions/browser/api/storage/leveldb_settings_storage_factory.cc

Issue 535673004: Gallery: Fix scrolling by touch in the mosaic view. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/browser/api/storage/leveldb_settings_storage_factory.cc
diff --git a/extensions/browser/api/storage/leveldb_settings_storage_factory.cc b/extensions/browser/api/storage/leveldb_settings_storage_factory.cc
index 03c5ab2969c95646abcab9bf5a886d0288f3a3fc..f4d9884ec5ae4b65b50deab684c72cb7a2635057 100644
--- a/extensions/browser/api/storage/leveldb_settings_storage_factory.cc
+++ b/extensions/browser/api/storage/leveldb_settings_storage_factory.cc
@@ -4,7 +4,7 @@
#include "extensions/browser/api/storage/leveldb_settings_storage_factory.h"
-#include "base/file_util.h"
+#include "base/files/file_util.h"
#include "base/logging.h"
#include "extensions/browser/value_store/leveldb_value_store.h"

Powered by Google App Engine
This is Rietveld 408576698