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

Unified Diff: base/xdg_util_unittest.cc

Issue 1701005: bsd: refactor XDG bits of linux_util into a shared file. (Closed)
Patch Set: Created 10 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
« base/xdg_util.h ('K') | « base/xdg_util.cc ('k') | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/xdg_util_unittest.cc
diff --git a/base/linux_util_unittest.cc b/base/xdg_util_unittest.cc
similarity index 98%
rename from base/linux_util_unittest.cc
rename to base/xdg_util_unittest.cc
index d904080742ee56461b2b56474c0e0dbda94cbd0c..5e4b90b0184347252c72931d15de479f48858562 100644
--- a/base/linux_util_unittest.cc
+++ b/base/xdg_util_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 "base/linux_util.h"
+#include "base/xdg_util.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
« base/xdg_util.h ('K') | « base/xdg_util.cc ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698