summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_id_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/download/download_id_unittest.cc')
-rw-r--r--content/browser/download/download_id_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/download/download_id_unittest.cc b/content/browser/download/download_id_unittest.cc
index 18f157f..5a80a39 100644
--- a/content/browser/download/download_id_unittest.cc
+++ b/content/browser/download/download_id_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/browser/download/download_id.h"
+#include "content/public/browser/download_id.h"
#include <algorithm>
#include <map>
@@ -17,6 +17,7 @@
using content::BrowserThread;
using content::BrowserThreadImpl;
+using content::DownloadId;
using content::DownloadManager;
class DownloadIdTest : public testing::Test {