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

Unified Diff: chrome/browser/chromeos/gdata/gdata_directory_service.cc

Issue 10836275: Fix gdata includes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Fix gdata includes. Created 8 years, 4 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: chrome/browser/chromeos/gdata/gdata_directory_service.cc
===================================================================
--- chrome/browser/chromeos/gdata/gdata_directory_service.cc (revision 151830)
+++ chrome/browser/chromeos/gdata/gdata_directory_service.cc (working copy)
@@ -7,18 +7,14 @@
#include <leveldb/db.h>
#include "base/message_loop_proxy.h"
-#include "base/platform_file.h"
#include "base/string_number_conversions.h"
-#include "base/string_util.h"
-#include "base/stringprintf.h"
#include "base/sequenced_task_runner.h"
#include "base/tracked_objects.h"
-#include "base/utf_string_conversions.h"
#include "chrome/browser/chromeos/gdata/gdata.pb.h"
+#include "chrome/browser/chromeos/gdata/gdata_files.h"
#include "chrome/browser/chromeos/gdata/gdata_util.h"
#include "chrome/browser/chromeos/gdata/gdata_wapi_parser.h"
#include "content/public/browser/browser_thread.h"
-#include "net/base/escape.h"
using content::BrowserThread;

Powered by Google App Engine
This is Rietveld 408576698