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

Unified Diff: trunk/src/chrome/browser/chromeos/drive/file_system_util.cc

Issue 14642018: Revert 197960 "[chromeos] Remove dependencies of StatisticsProvi..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 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: trunk/src/chrome/browser/chromeos/drive/file_system_util.cc
===================================================================
--- trunk/src/chrome/browser/chromeos/drive/file_system_util.cc (revision 197968)
+++ trunk/src/chrome/browser/chromeos/drive/file_system_util.cc (working copy)
@@ -23,7 +23,6 @@
#include "chrome/common/chrome_constants.h"
#include "chrome/common/chrome_paths_internal.h"
#include "chrome/common/url_constants.h"
-#include "chromeos/chromeos_constants.h"
#include "content/public/browser/browser_thread.h"
#include "net/base/escape.h"
#include "webkit/fileapi/file_system_url.h"
@@ -223,7 +222,7 @@
base::FilePath cache_base_path;
chrome::GetUserCacheDirectory(profile->GetPath(), &cache_base_path);
base::FilePath cache_root_path =
- cache_base_path.Append(chromeos::kDriveCacheDirname);
+ cache_base_path.Append(chrome::kDriveCacheDirname);
return cache_root_path.Append(kFileCacheVersionDir);
}

Powered by Google App Engine
This is Rietveld 408576698