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

Unified Diff: extensions/renderer/bindings/api_invocation_errors_unittest.cc

Issue 2947463002: [Extensions Bindings] Add a bindings/ subdirectory under renderer (Closed)
Patch Set: . Created 3 years, 6 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: extensions/renderer/bindings/api_invocation_errors_unittest.cc
diff --git a/extensions/renderer/api_invocation_errors_unittest.cc b/extensions/renderer/bindings/api_invocation_errors_unittest.cc
similarity index 96%
rename from extensions/renderer/api_invocation_errors_unittest.cc
rename to extensions/renderer/bindings/api_invocation_errors_unittest.cc
index 3fedb2391847812d4d4e68276a8d40d4debba355..32be963c974f5254882939611b4627ff0b97f1cd 100644
--- a/extensions/renderer/api_invocation_errors_unittest.cc
+++ b/extensions/renderer/bindings/api_invocation_errors_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 "extensions/renderer/api_invocation_errors.h"
+#include "extensions/renderer/bindings/api_invocation_errors.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « extensions/renderer/bindings/api_invocation_errors.cc ('k') | extensions/renderer/bindings/api_last_error.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698