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

Unified Diff: content/browser/shareable_file_reference_unittest.cc

Issue 810403004: [Storage] Blob Storage Refactoring pt 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed copyright Created 5 years, 11 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: content/browser/shareable_file_reference_unittest.cc
diff --git a/content/common/shareable_file_reference_unittest.cc b/content/browser/shareable_file_reference_unittest.cc
similarity index 94%
rename from content/common/shareable_file_reference_unittest.cc
rename to content/browser/shareable_file_reference_unittest.cc
index 5e697b9eb24e431024dc57d0e1ff50fc89e290cb..84d035fd43ddd26411036d9fa80d1d7f1544a326 100644
--- a/content/common/shareable_file_reference_unittest.cc
+++ b/content/browser/shareable_file_reference_unittest.cc
@@ -1,8 +1,8 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "storage/common/blob/shareable_file_reference.h"
+#include "storage/browser/blob/shareable_file_reference.h"
#include "base/files/file_util.h"
#include "base/files/scoped_temp_dir.h"

Powered by Google App Engine
This is Rietveld 408576698