Index: extensions/browser/mojo/stash_backend.h |
diff --git a/extensions/browser/stash_backend.h b/extensions/browser/mojo/stash_backend.h |
similarity index 85% |
rename from extensions/browser/stash_backend.h |
rename to extensions/browser/mojo/stash_backend.h |
index 33d5e5df8149a7be3382f820c74b00b75c6276b4..b90e43d013c0c446b01823d2fa9afd860589b979 100644 |
--- a/extensions/browser/stash_backend.h |
+++ b/extensions/browser/mojo/stash_backend.h |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef EXTENSIONS_BROWSER_STASH_BACKEND_H_ |
-#define EXTENSIONS_BROWSER_STASH_BACKEND_H_ |
+#ifndef EXTENSIONS_BROWSER_MOJO_STASH_BACKEND_H_ |
+#define EXTENSIONS_BROWSER_MOJO_STASH_BACKEND_H_ |
#include <vector> |
#include "base/memory/linked_ptr.h" |
#include "base/memory/weak_ptr.h" |
-#include "extensions/common/stash.mojom.h" |
+#include "extensions/common/mojo/stash.mojom.h" |
#include "mojo/public/cpp/bindings/interface_request.h" |
namespace extensions { |
@@ -42,4 +42,4 @@ class StashBackend { |
} // namespace extensions |
-#endif // EXTENSIONS_BROWSER_STASH_BACKEND_H_ |
+#endif // EXTENSIONS_BROWSER_MOJO_STASH_BACKEND_H_ |